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

Side by Side Diff: third_party/WebKit/LayoutTests/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 4976 matching lines...) Expand 10 before | Expand all | Expand 10 after
4987 getter lengthComputable 4987 getter lengthComputable
4988 getter loaded 4988 getter loaded
4989 getter total 4989 getter total
4990 method constructor 4990 method constructor
4991 interface PromiseRejectionEvent : Event 4991 interface PromiseRejectionEvent : Event
4992 attribute @@toStringTag 4992 attribute @@toStringTag
4993 getter promise 4993 getter promise
4994 getter reason 4994 getter reason
4995 method constructor 4995 method constructor
4996 interface PushManager 4996 interface PushManager
4997 static getter supportedContentEncodings
4997 attribute @@toStringTag 4998 attribute @@toStringTag
4998 method constructor 4999 method constructor
4999 method getSubscription 5000 method getSubscription
5000 method permissionState 5001 method permissionState
5001 method subscribe 5002 method subscribe
5002 interface PushSubscription 5003 interface PushSubscription
5003 attribute @@toStringTag 5004 attribute @@toStringTag
5004 getter endpoint 5005 getter endpoint
5005 getter options 5006 getter options
5006 method constructor 5007 method constructor
(...skipping 4168 matching lines...) Expand 10 before | Expand all | Expand 10 after
9175 setter scrollY 9176 setter scrollY
9176 setter scrollbars 9177 setter scrollbars
9177 setter status 9178 setter status
9178 setter statusbar 9179 setter statusbar
9179 setter toolbar 9180 setter toolbar
9180 setter visualViewport 9181 setter visualViewport
9181 PASS successfullyParsed is true 9182 PASS successfullyParsed is true
9182 9183
9183 TEST COMPLETE 9184 TEST COMPLETE
9184 9185
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698