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

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

Issue 2864603003: Implement and ship PushSubscription.expirationTime (Closed)
Patch Set: mac results 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 4996 matching lines...) Expand 10 before | Expand all | Expand 10 after
5007 interface PushManager 5007 interface PushManager
5008 static getter supportedContentEncodings 5008 static getter supportedContentEncodings
5009 attribute @@toStringTag 5009 attribute @@toStringTag
5010 method constructor 5010 method constructor
5011 method getSubscription 5011 method getSubscription
5012 method permissionState 5012 method permissionState
5013 method subscribe 5013 method subscribe
5014 interface PushSubscription 5014 interface PushSubscription
5015 attribute @@toStringTag 5015 attribute @@toStringTag
5016 getter endpoint 5016 getter endpoint
5017 getter expirationTime
5017 getter options 5018 getter options
5018 method constructor 5019 method constructor
5019 method getKey 5020 method getKey
5020 method toJSON 5021 method toJSON
5021 method unsubscribe 5022 method unsubscribe
5022 interface PushSubscriptionOptions 5023 interface PushSubscriptionOptions
5023 attribute @@toStringTag 5024 attribute @@toStringTag
5024 getter applicationServerKey 5025 getter applicationServerKey
5025 getter userVisibleOnly 5026 getter userVisibleOnly
5026 method constructor 5027 method constructor
(...skipping 4172 matching lines...) Expand 10 before | Expand all | Expand 10 after
9199 setter scrollY 9200 setter scrollY
9200 setter scrollbars 9201 setter scrollbars
9201 setter status 9202 setter status
9202 setter statusbar 9203 setter statusbar
9203 setter toolbar 9204 setter toolbar
9204 setter visualViewport 9205 setter visualViewport
9205 PASS successfullyParsed is true 9206 PASS successfullyParsed is true
9206 9207
9207 TEST COMPLETE 9208 TEST COMPLETE
9208 9209
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698