diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-01 21:07:59 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-01 21:07:59 +0000 |
commit | 0d3558373b8f6c31d3a5c735310b27f4ad661490 (patch) | |
tree | f14d73b5e745a5e1f6faadb21ae92f8bd84edce1 /webkit/data/layout_tests | |
parent | 4dab725746e1cea9430833de820d27999b5f0c43 (diff) | |
download | chromium_src-0d3558373b8f6c31d3a5c735310b27f4ad661490.zip chromium_src-0d3558373b8f6c31d3a5c735310b27f4ad661490.tar.gz chromium_src-0d3558373b8f6c31d3a5c735310b27f4ad661490.tar.bz2 |
Companion change to https://bugs.webkit.org/show_bug.cgi?id=15457. Add logging to the layout test plugin and add the expected output (the line number is off by 1 from the WebKit due to some difference in v8).
Review URL: http://codereview.chromium.org/118486
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19762 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data/layout_tests')
2 files changed, 6 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/plugins/netscape-plugin-map-data-to-src-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/plugins/netscape-plugin-map-data-to-src-expected.txt new file mode 100644 index 0000000..f4da632 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/plugins/netscape-plugin-map-data-to-src-expected.txt @@ -0,0 +1,3 @@ +CONSOLE MESSAGE: line 1: PLUGIN: src: blah + +This tests that an object tag with a data attribute gets a src attribute as well. diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/plugins/netscape-plugin-map-data-to-src-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/plugins/netscape-plugin-map-data-to-src-expected.txt new file mode 100644 index 0000000..f4da632 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/plugins/netscape-plugin-map-data-to-src-expected.txt @@ -0,0 +1,3 @@ +CONSOLE MESSAGE: line 1: PLUGIN: src: blah + +This tests that an object tag with a data attribute gets a src attribute as well. |