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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/permissions/test-api-surface.html

Issue 1926813004: Replace assert_promise_rejects with upstream promise_rejects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove all testharness-helpers.js references Created 4 years, 7 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Permissions API: test API surface.</title> 4 <title>Permissions API: test API surface.</title>
5 <script src="../resources/testharness.js"></script> 5 <script src="../resources/testharness.js"></script>
6 <script src="../resources/testharness-helpers.js"></script>
7 <script src="../resources/testharnessreport.js"></script> 6 <script src="../resources/testharnessreport.js"></script>
8 <script src="../serviceworker/resources/test-helpers.js"></script> 7 <script src="../serviceworker/resources/test-helpers.js"></script>
9 <script src="resources/helpers.js"></script> 8 <script src="resources/helpers.js"></script>
10 </head> 9 </head>
11 <body> 10 <body>
12 <script> 11 <script>
13 // Will run the test implemented in resources/{filename}.js on various 12 // Will run the test implemented in resources/{filename}.js on various
14 // scopes (Window, DedicatedWorker, SharedWorker, ServiceWorker). 13 // scopes (Window, DedicatedWorker, SharedWorker, ServiceWorker).
15 run_test(); 14 run_test();
16 </script> 15 </script>
17 </body> 16 </body>
18 </html> 17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698