diff options
author | yurys@chromium.org <yurys@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-25 17:02:06 +0000 |
---|---|---|
committer | yurys@chromium.org <yurys@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-25 17:02:06 +0000 |
commit | f7ca5eb69fe7a08a7d56edc3937036bff24f4e51 (patch) | |
tree | a0e2f0850f7e599e6e7bc1bb2ae5cd4bc87fafcd /webkit | |
parent | edda5e5d65060c81ec8946876baeec47f462fbd5 (diff) | |
download | chromium_src-f7ca5eb69fe7a08a7d56edc3937036bff24f4e51.zip chromium_src-f7ca5eb69fe7a08a7d56edc3937036bff24f4e51.tar.gz chromium_src-f7ca5eb69fe7a08a7d56edc3937036bff24f4e51.tar.bz2 |
Update Chromium test expectations for inspector\console-log-before-inspector-open-expected.txt. This test has different outpup in WebKit and Chromium due to https://bugs.webkit.org/show_bug.cgi?id=34078
Review URL: http://codereview.chromium.org/543188
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37012 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/console-log-before-inspector-open-expected.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/console-log-before-inspector-open-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/console-log-before-inspector-open-expected.txt new file mode 100644 index 0000000..43e0885 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/inspector/console-log-before-inspector-open-expected.txt @@ -0,0 +1,13 @@ +CONSOLE MESSAGE: line 7: log +CONSOLE MESSAGE: line 8: debug +CONSOLE MESSAGE: line 9: info +CONSOLE MESSAGE: line 10: warn +CONSOLE MESSAGE: line 11: error +Tests that Web Inspector won't crash if some console have been logged by the time it's opening. + +console-log-before-inspector-open.html:7log +console-log-before-inspector-open.html:8debug +console-log-before-inspector-open.html:9info +console-log-before-inspector-open.html:10warn +console-log-before-inspector-open.html:11error + |