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

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

Issue 1346213002: Permission TestRunner: only use permissions-helper.js from http/tests/. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@testrunner-setpermission-removal
Patch Set: Created 5 years, 3 months 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
« no previous file with comments | « LayoutTests/webmidi/loopback-receive.html ('k') | LayoutTests/webmidi/send-messages.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 <script src="../resources/js-test.js"></script> 4 <script src="../resources/js-test.js"></script>
5 <script src="../resources/permissions-helper.js"></script> 5 <script src="../http/tests/resources/permissions-helper.js"></script>
6 </head> 6 </head>
7 <body> 7 <body>
8 <script> 8 <script>
9 9
10 description("Test if sysex permission request is handled."); 10 description("Test if sysex permission request is handled.");
11 11
12 shouldBeDefined("navigator.requestMIDIAccess"); 12 shouldBeDefined("navigator.requestMIDIAccess");
13 shouldBeDefined("PermissionsHelper.setPermission"); 13 shouldBeDefined("PermissionsHelper.setPermission");
14 14
15 window.jsTestIsAsync = true; 15 window.jsTestIsAsync = true;
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 finishJSTest(); 57 finishJSTest();
58 }); 58 });
59 }); 59 });
60 } 60 }
61 61
62 rejectSysex(acceptSysex); 62 rejectSysex(acceptSysex);
63 63
64 </script> 64 </script>
65 </body> 65 </body>
66 </html> 66 </html>
OLDNEW
« no previous file with comments | « LayoutTests/webmidi/loopback-receive.html ('k') | LayoutTests/webmidi/send-messages.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698