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

Unified Diff: third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 1514383002: [BackgroundSync] Enable BackgroundSync by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Layout test expectations Created 5 years 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
index 16c3978220db2505149701c28c379f906e85bc50..574757f6a7f915b93c4f8419f037b45dfa98555e 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
@@ -477,6 +477,7 @@ interface ServiceWorkerRegistration : EventTarget
getter onupdatefound
getter pushManager
getter scope
+ getter sync
method constructor
method getNotifications
method showNotification
@@ -497,6 +498,14 @@ interface SubtleCrypto
method unwrapKey
method verify
method wrapKey
+interface SyncEvent : ExtendableEvent
+ getter lastChance
+ getter tag
+ method constructor
+interface SyncManager
+ method constructor
+ method getTags
+ method register
interface TextDecoder
getter encoding
getter fatal
@@ -741,6 +750,7 @@ global object
getter onmessage
getter onnotificationclick
getter onpush
+ getter onsync
getter registration
method close
method fetch
@@ -752,6 +762,7 @@ global object
setter onmessage
setter onnotificationclick
setter onpush
+ setter onsync
This is a testharness.js-based test.
PASS Verify the interface of ServiceWorkerGlobalScope
Harness: the test ran to completion.
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698