summaryrefslogtreecommitdiffstats
path: root/webkit/tools
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-16 21:38:44 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-16 21:38:44 +0000
commit812eaca72f309bcbb51ee8f386a7d33429c3a314 (patch)
tree572dc7d913f288b2b6dc380ee918b479e9067158 /webkit/tools
parent328bfdc4f0bada557e329c3f477c8947c8a8aa17 (diff)
downloadchromium_src-812eaca72f309bcbb51ee8f386a7d33429c3a314.zip
chromium_src-812eaca72f309bcbb51ee8f386a7d33429c3a314.tar.gz
chromium_src-812eaca72f309bcbb51ee8f386a7d33429c3a314.tar.bz2
This fixes bug http://code.google.com/p/chromium/issues/detail?id=2952, which was
a plugin layout test failure (return-error-from-new-stream-doesnt-invoke-destroy-stream.html) The test fails because it assumes that if an error is returned from NPP_NewStream, NPP_URLNotify is still invoked thus sending a notification to the plugin. The plugin implementation in webkit does this. We emulate this behavior. Bug=2952 R=jam Review URL: http://codereview.chromium.org/7443 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3489 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r--webkit/tools/layout_tests/test_lists/tests_fixable.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
index 9e25041..3be7047 100644
--- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt
+++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt
@@ -928,7 +928,6 @@ V8 | KJS # LayoutTests/media/progress-event-total.html = FAIL
V8 | KJS # LayoutTests/media/video-click-dlbclick-standalone.html = FAIL
V8 | KJS # LayoutTests/media/video-layer-crash.html = FAIL
V8 | KJS # LayoutTests/media/video-source-type-params.html = FAIL
-V8 | KJS # LayoutTests/plugins/return-error-from-new-stream-doesnt-invoke-destroy-stream.html = FAIL | TIMEOUT
V8 | KJS # LayoutTests/printing = FAIL
V8 | KJS # LayoutTests/security/autocomplete-cleared-on-back.html = FAIL | TIMEOUT
V8 | KJS # LayoutTests/security/set-form-autocomplete-attribute.html = FAIL