Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Side by Side Diff: LayoutTests/plugins/destroy-stream-twice-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Test for http://bugs.webkit.org/show_bug.cgi?id=13203: REGRESSION: Repro crash i n -[WebBaseNetscapePluginView(WebNPPCallbacks) destroyStream:reason:] navigating away from page with DivX movie plug-in 1 Test for http://bugs.webkit.org/show_bug.cgi?id=13203: REGRESSION: Repro crash i n -[WebBaseNetscapePluginView(WebNPPCallbacks) destroyStream:reason:] navigating away from page with DivX movie plug-in
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS successfullyParsed is true
7
8 TEST COMPLETE
6 destroyStream() returns zero to indicate success, or a non-zero error code to in dicate failure 9 destroyStream() returns zero to indicate success, or a non-zero error code to in dicate failure
7 PASS document.getElementById('plugin').hasStream is true 10 PASS document.getElementById('plugin').hasStream is true
8 PASS document.getElementById('plugin').destroyStream() is 2 11 PASS document.getElementById('plugin').destroyStream() is 2
9 PASS document.getElementById('plugin').destroyStream() is 2 12 PASS document.getElementById('plugin').destroyStream() is 2
10 PASS document.getElementById('plugin').destroyNullStream() is 2 13 PASS document.getElementById('plugin').destroyNullStream() is 2
11 PASS: You didn't crash. 14 PASS: You didn't crash.
12 15
13 PASS successfullyParsed is true 16 PASS successfullyParsed is true
14 17
15 TEST COMPLETE 18 TEST COMPLETE
16 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698