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

Unified Diff: LayoutTests/http/tests/serviceworker/interfaces.html

Issue 435453002: [ServiceWorker] Update formatting for tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Don't forget to update callsites. Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/serviceworker/interfaces.html
diff --git a/LayoutTests/http/tests/serviceworker/interfaces.html b/LayoutTests/http/tests/serviceworker/interfaces.html
index 1165c2cabcc49311f20de6cc366fafd55ae1e847..50be449fefe6f69fd5d37fa4407784ee35f139a8 100644
--- a/LayoutTests/http/tests/serviceworker/interfaces.html
+++ b/LayoutTests/http/tests/serviceworker/interfaces.html
@@ -7,12 +7,12 @@
<script>
test(function() {
- verifyInterface('ServiceWorkerContainer',
- navigator.serviceWorker,
- {
- register: 'function',
- unregister: 'function'
- });
+ verify_interface('ServiceWorkerContainer',
+ navigator.serviceWorker,
+ {
+ register: 'function',
+ unregister: 'function'
+ });
}, 'Interfaces and attributes of ServiceWorkerContainer');

Powered by Google App Engine
This is Rietveld 408576698