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

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 4969 matching lines...) Expand 10 before | Expand all | Expand 10 after
4980 getter lengthComputable 4980 getter lengthComputable
4981 getter loaded 4981 getter loaded
4982 getter total 4982 getter total
4983 method constructor 4983 method constructor
4984 interface PromiseRejectionEvent : Event 4984 interface PromiseRejectionEvent : Event
4985 attribute @@toStringTag 4985 attribute @@toStringTag
4986 getter promise 4986 getter promise
4987 getter reason 4987 getter reason
4988 method constructor 4988 method constructor
4989 interface PushManager 4989 interface PushManager
4990 static getter supportedContentEncodings
4990 attribute @@toStringTag 4991 attribute @@toStringTag
4991 method constructor 4992 method constructor
4992 method getSubscription 4993 method getSubscription
4993 method permissionState 4994 method permissionState
4994 method subscribe 4995 method subscribe
4995 interface PushSubscription 4996 interface PushSubscription
4996 attribute @@toStringTag 4997 attribute @@toStringTag
4997 getter endpoint 4998 getter endpoint
4998 getter options 4999 getter options
4999 method constructor 5000 method constructor
(...skipping 4167 matching lines...) Expand 10 before | Expand all | Expand 10 after
9167 setter scrollY 9168 setter scrollY
9168 setter scrollbars 9169 setter scrollbars
9169 setter status 9170 setter status
9170 setter statusbar 9171 setter statusbar
9171 setter toolbar 9172 setter toolbar
9172 setter visualViewport 9173 setter visualViewport
9173 PASS successfullyParsed is true 9174 PASS successfullyParsed is true
9174 9175
9175 TEST COMPLETE 9176 TEST COMPLETE
9176 9177
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698