diff options
-rw-r--r-- | webkit/data/layout_test_results/common/LayoutTests/http/tests/plugins/geturlnotify-from-npp-destroystream-expected.txt | 3 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/webkit/data/layout_test_results/common/LayoutTests/http/tests/plugins/geturlnotify-from-npp-destroystream-expected.txt b/webkit/data/layout_test_results/common/LayoutTests/http/tests/plugins/geturlnotify-from-npp-destroystream-expected.txt new file mode 100644 index 0000000..0da5725 --- /dev/null +++ b/webkit/data/layout_test_results/common/LayoutTests/http/tests/plugins/geturlnotify-from-npp-destroystream-expected.txt @@ -0,0 +1,3 @@ +CONSOLE MESSAGE: line 5: Uncaught TypeError: Object #<an HTMLEmbedElement> has no method 'getURL' +This tests that a plug-in that calls NPP_GetURLNotify from its NPP_DestroyStream during teardown will not cause a crash. +SUCCESS! Did not crash! diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 25a924b..a4ff083 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -1150,8 +1150,3 @@ V8 | KJS # LayoutTests/fast/dom/gc-1.html = CRASH | PASS // Post-merge flakey on debug builds (passes consistently on release) V8 | KJS # LayoutTests/http/tests/navigation/redirect302-subframeload.html = FAIL | PASS V8 | KJS # LayoutTests/http/tests/navigation/relativeanchor-basic.html = FAIL | PASS - -// This one is flakey and might be related. -V8 # LayoutTests/http/tests/plugins/geturlnotify-from-npp-destroystream.html = FAIL | PASS - - |