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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt

Issue 2863443002: Implement and ship PushManager.supportedContentEncodings (Closed)
Patch Set: Implement and ship PushManager.supportedContentEncodings Created 3 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 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 AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 4980 matching lines...) Expand 10 before | Expand all | Expand 10 after
4991 getter lengthComputable 4991 getter lengthComputable
4992 getter loaded 4992 getter loaded
4993 getter total 4993 getter total
4994 method constructor 4994 method constructor
4995 interface PromiseRejectionEvent : Event 4995 interface PromiseRejectionEvent : Event
4996 attribute @@toStringTag 4996 attribute @@toStringTag
4997 getter promise 4997 getter promise
4998 getter reason 4998 getter reason
4999 method constructor 4999 method constructor
5000 interface PushManager 5000 interface PushManager
5001 static getter supportedContentEncodings
5001 attribute @@toStringTag 5002 attribute @@toStringTag
5002 method constructor 5003 method constructor
5003 method getSubscription 5004 method getSubscription
5004 method permissionState 5005 method permissionState
5005 method subscribe 5006 method subscribe
5006 interface PushSubscription 5007 interface PushSubscription
5007 attribute @@toStringTag 5008 attribute @@toStringTag
5008 getter endpoint 5009 getter endpoint
5009 getter options 5010 getter options
5010 method constructor 5011 method constructor
(...skipping 4179 matching lines...) Expand 10 before | Expand all | Expand 10 after
9190 setter scrollY 9191 setter scrollY
9191 setter scrollbars 9192 setter scrollbars
9192 setter status 9193 setter status
9193 setter statusbar 9194 setter statusbar
9194 setter toolbar 9195 setter toolbar
9195 setter visualViewport 9196 setter visualViewport
9196 PASS successfullyParsed is true 9197 PASS successfullyParsed is true
9197 9198
9198 TEST COMPLETE 9199 TEST COMPLETE
9199 9200
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698