diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-19 18:23:04 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-19 18:23:04 +0000 |
commit | 9a0ec6e1dc240f88f2f2c4dd811943893ea071ba (patch) | |
tree | e1deaea93c512c709f75d6d4b47801dcf6a3a611 | |
parent | c6122d7457dc62c3f0f14e34b209bbcddd6a0b4b (diff) | |
download | chromium_src-9a0ec6e1dc240f88f2f2c4dd811943893ea071ba.zip chromium_src-9a0ec6e1dc240f88f2f2c4dd811943893ea071ba.tar.gz chromium_src-9a0ec6e1dc240f88f2f2c4dd811943893ea071ba.tar.bz2 |
Update expected results for LayoutTests/plugins/plugin-javascript-access.html
The test was apparently expanded to test more features. Sadly we have to fork the expected results here to account for a difference in the plugin's filename.
R=pamg
Review URL: http://codereview.chromium.org/11266
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5685 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-win/LayoutTests/plugins/plugin-javascript-access-expected.txt | 19 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_lists/win/tests_fixable.txt | 1 |
2 files changed, 19 insertions, 1 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/plugins/plugin-javascript-access-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/plugins/plugin-javascript-access-expected.txt index 9aa8322..a52c326 100644 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/plugins/plugin-javascript-access-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/plugins/plugin-javascript-access-expected.txt @@ -11,3 +11,22 @@ Type: application/x-webkit-test-netscape Description: test netscape content Suffixes: testnetscape + + +Plugin.item() works. + +Plugin.namedItem() works. + +PluginArray.item() works. + +PluginArray.namedItem() works. + +Type: application/x-webkit-test-netscape + +Description: test netscape content + +Suffixes: testnetscape + +MimeTypeArray.item() works. + +MimeTypeArray.namedItem() works. diff --git a/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt index 0680d6c..4effb76 100644 --- a/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/win/tests_fixable.txt @@ -1130,7 +1130,6 @@ LayoutTests/fast/events/offsetX-offsetY.html = FAIL LayoutTests/fast/frames/cross-site-this.html = FAIL LayoutTests/fast/js/large-expressions.html = FAIL LayoutTests/fast/transforms/transformed-focused-text-input.html = FAIL -LayoutTests/plugins/plugin-javascript-access.html = FAIL LayoutTests/editing/deleting/delete-4038408-fix.html = FAIL LayoutTests/fast/events/message-channel-gc-2.html = TIMEOUT |