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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 2771823002: Implement updateViaCache flag and no-cache by default for main service worker scripts
Patch Set: Created 3 years, 9 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 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead.
2 This test documents all interface attributes and methods on the global window ob ject and element instances. 2 This test documents all interface attributes and methods on the global window ob ject and element instances.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 [INTERFACES] 7 [INTERFACES]
8 interface AnalyserNode : AudioNode 8 interface AnalyserNode : AudioNode
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter fftSize 10 getter fftSize
(...skipping 5431 matching lines...) Expand 10 before | Expand all | Expand 10 after
5442 setter oncontrollerchange 5442 setter oncontrollerchange
5443 setter onmessage 5443 setter onmessage
5444 interface ServiceWorkerRegistration : EventTarget 5444 interface ServiceWorkerRegistration : EventTarget
5445 attribute @@toStringTag 5445 attribute @@toStringTag
5446 getter active 5446 getter active
5447 getter installing 5447 getter installing
5448 getter onupdatefound 5448 getter onupdatefound
5449 getter pushManager 5449 getter pushManager
5450 getter scope 5450 getter scope
5451 getter sync 5451 getter sync
5452 getter useCache
5452 getter waiting 5453 getter waiting
5453 method constructor 5454 method constructor
5454 method getNotifications 5455 method getNotifications
5455 method showNotification 5456 method showNotification
5456 method unregister 5457 method unregister
5457 method update 5458 method update
5458 setter onupdatefound 5459 setter onupdatefound
5459 interface ShadowRoot : DocumentFragment 5460 interface ShadowRoot : DocumentFragment
5460 attribute @@toStringTag 5461 attribute @@toStringTag
5461 getter activeElement 5462 getter activeElement
(...skipping 2388 matching lines...) Expand 10 before | Expand all | Expand 10 after
7850 setter scrollX 7851 setter scrollX
7851 setter scrollY 7852 setter scrollY
7852 setter scrollbars 7853 setter scrollbars
7853 setter status 7854 setter status
7854 setter statusbar 7855 setter statusbar
7855 setter toolbar 7856 setter toolbar
7856 PASS successfullyParsed is true 7857 PASS successfullyParsed is true
7857 7858
7858 TEST COMPLETE 7859 TEST COMPLETE
7859 7860
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698