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

Side by Side Diff: LayoutTests/webmidi/requestmidiaccess.html

Issue 48903019: Delete js-test-post.js. (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
« no previous file with comments | « LayoutTests/webmidi/permission.html ('k') | LayoutTests/webmidi/requestmidiaccess-basic.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <link rel="stylesheet" href="../fast/js/resources/js-test-style.css"> 4 <link rel="stylesheet" href="../fast/js/resources/js-test-style.css">
5 <script src="../fast/js/resources/js-test-pre.js"></script> 5 <script src="../fast/js/resources/js-test-pre.js"></script>
6 </head> 6 </head>
7 <body> 7 <body>
8 <script> 8 <script>
9 description("Tests navigator.requestMIDIAccess."); 9 description("Tests navigator.requestMIDIAccess.");
10 10
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 testPassed("requestMIDIAccess() was correctly blocked for System Exclusive a ccess with error " + error + "."); 74 testPassed("requestMIDIAccess() was correctly blocked for System Exclusive a ccess with error " + error + ".");
75 finishJSTest(); 75 finishJSTest();
76 } 76 }
77 77
78 window.jsTestIsAsync = true; 78 window.jsTestIsAsync = true;
79 79
80 // Test basic access, with no System Exclusive. 80 // Test basic access, with no System Exclusive.
81 shouldNotThrow("navigator.requestMIDIAccess().then(successCallback1, errorCallba ck1)"); 81 shouldNotThrow("navigator.requestMIDIAccess().then(successCallback1, errorCallba ck1)");
82 82
83 </script> 83 </script>
84 <script src="../fast/js/resources/js-test-post.js"></script>
85 </body> 84 </body>
86 </html> 85 </html>
OLDNEW
« no previous file with comments | « LayoutTests/webmidi/permission.html ('k') | LayoutTests/webmidi/requestmidiaccess-basic.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698