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

Side by Side Diff: LayoutTests/plugins/return-error-from-new-stream-doesnt-invoke-destroy-stream.html

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../fast/js/resources/js-test-pre.js"></script> 3 <script src="../resources/js-test.js"></script>
4 </head> 4 </head>
5 <body> 5 <body>
6 <p id="description"></p> 6 <p id="description"></p>
7 <div id="console"></div> 7 <div id="console"></div>
8 8
9 <script> 9 <script>
10 var destroyStreamCalled = false; 10 var destroyStreamCalled = false;
11 11
12 function main() { 12 function main() {
13 if (!window.testRunner) { 13 if (!window.testRunner) {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 46
47 var plugin = document.getElementById("plugin"); 47 var plugin = document.getElementById("plugin");
48 48
49 plugin.returnErrorFromNewStream = true; 49 plugin.returnErrorFromNewStream = true;
50 shouldBeTrue("plugin.returnErrorFromNewStream"); 50 shouldBeTrue("plugin.returnErrorFromNewStream");
51 51
52 plugin.getURLNotify("data:,", null, "callback"); 52 plugin.getURLNotify("data:,", null, "callback");
53 </script> 53 </script>
54 </html> 54 </html>
55 55
OLDNEW
« no previous file with comments | « LayoutTests/plugins/re-request-touch-events-crash.html ('k') | LayoutTests/plugins/return-negative-one-from-write.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698