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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/stable/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 AnalyserNode : AudioNode 8 interface AnalyserNode : AudioNode
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter fftSize 10 getter fftSize
(...skipping 4118 matching lines...) Expand 10 before | Expand all | Expand 10 after
4129 interface PushManager 4129 interface PushManager
4130 static getter supportedContentEncodings 4130 static getter supportedContentEncodings
4131 attribute @@toStringTag 4131 attribute @@toStringTag
4132 method constructor 4132 method constructor
4133 method getSubscription 4133 method getSubscription
4134 method permissionState 4134 method permissionState
4135 method subscribe 4135 method subscribe
4136 interface PushSubscription 4136 interface PushSubscription
4137 attribute @@toStringTag 4137 attribute @@toStringTag
4138 getter endpoint 4138 getter endpoint
4139 getter expirationTime
4139 getter options 4140 getter options
4140 method constructor 4141 method constructor
4141 method getKey 4142 method getKey
4142 method toJSON 4143 method toJSON
4143 method unsubscribe 4144 method unsubscribe
4144 interface PushSubscriptionOptions 4145 interface PushSubscriptionOptions
4145 attribute @@toStringTag 4146 attribute @@toStringTag
4146 getter applicationServerKey 4147 getter applicationServerKey
4147 getter userVisibleOnly 4148 getter userVisibleOnly
4148 method constructor 4149 method constructor
(...skipping 3817 matching lines...) Expand 10 before | Expand all | Expand 10 after
7966 setter scrollX 7967 setter scrollX
7967 setter scrollY 7968 setter scrollY
7968 setter scrollbars 7969 setter scrollbars
7969 setter status 7970 setter status
7970 setter statusbar 7971 setter statusbar
7971 setter toolbar 7972 setter toolbar
7972 PASS successfullyParsed is true 7973 PASS successfullyParsed is true
7973 7974
7974 TEST COMPLETE 7975 TEST COMPLETE
7975 7976
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698