Changeset 53798 in webkit


Ignore:
Timestamp:
Jan 25, 2010 5:13:33 AM (14 years ago)
Author:
yurys@chromium.org
Message:

2010-01-25 Yury Semikhatsky <yurys@chromium.org>

Reviewed by Pavel Feldman.

Update inspector test expectations. Line number and source
name are present only in Chromium when console message is
logged before document load is completed.

https://bugs.webkit.org/show_bug.cgi?id=34078

  • platform/chromium/inspector/console-log-before-inspector-open-expected.txt: Added.
  • platform/gtk/inspector/console-log-before-inspector-open-expected.txt: Copied from LayoutTests/inspector/console-log-before-inspector-open-expected.txt.
  • platform/mac/inspector/console-log-before-inspector-open-expected.txt: Copied from LayoutTests/inspector/console-log-before-inspector-open-expected.txt.
  • platform/win/inspector/console-log-before-inspector-open-expected.txt: Renamed from LayoutTests/inspector/console-log-before-inspector-open-expected.txt.
Location:
trunk/LayoutTests
Files:
2 added
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r53793 r53798  
     12010-01-25  Yury Semikhatsky  <yurys@chromium.org>
     2
     3        Reviewed by Pavel Feldman.
     4
     5        Update inspector test expectations. Line number and source
     6        name are present only in Chromium when console message is
     7        logged before document load is completed.
     8
     9        https://bugs.webkit.org/show_bug.cgi?id=34078
     10
     11        * platform/chromium/inspector/console-log-before-inspector-open-expected.txt: Added.
     12        * platform/gtk/inspector/console-log-before-inspector-open-expected.txt: Copied from LayoutTests/inspector/console-log-before-inspector-open-expected.txt.
     13        * platform/mac/inspector/console-log-before-inspector-open-expected.txt: Copied from LayoutTests/inspector/console-log-before-inspector-open-expected.txt.
     14        * platform/win/inspector/console-log-before-inspector-open-expected.txt: Renamed from LayoutTests/inspector/console-log-before-inspector-open-expected.txt.
     15
    1162010-01-24  Roland Steiner  <rolandsteiner@chromium.org>
    217
  • trunk/LayoutTests/inspector/console-log-before-inspector-open-expected.txt

    • Property svn:executable set to *
    r53766 r53798  
    1 CONSOLE MESSAGE: line 0: log
    2 CONSOLE MESSAGE: line 0: debug
    3 CONSOLE MESSAGE: line 0: info
    4 CONSOLE MESSAGE: line 0: warn
    5 CONSOLE MESSAGE: line 0: error
     1CONSOLE MESSAGE: line 7: log
     2CONSOLE MESSAGE: line 8: debug
     3CONSOLE MESSAGE: line 9: info
     4CONSOLE MESSAGE: line 10: warn
     5CONSOLE MESSAGE: line 11: error
    66Tests that Web Inspector won't crash if some console have been logged by the time it's opening.
    77
    8 log
    9 debug
    10 info
    11 warn
    12 error
     8console-log-before-inspector-open.html:7log
     9console-log-before-inspector-open.html:8debug
     10console-log-before-inspector-open.html:9info
     11console-log-before-inspector-open.html:10warn
     12console-log-before-inspector-open.html:11error
    1313
Note: See TracChangeset for help on using the changeset viewer.