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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/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 4047 matching lines...) Expand 10 before | Expand all | Expand 10 after
4058 interface PushManager 4058 interface PushManager
4059 static getter supportedContentEncodings 4059 static getter supportedContentEncodings
4060 attribute @@toStringTag 4060 attribute @@toStringTag
4061 method constructor 4061 method constructor
4062 method getSubscription 4062 method getSubscription
4063 method permissionState 4063 method permissionState
4064 method subscribe 4064 method subscribe
4065 interface PushSubscription 4065 interface PushSubscription
4066 attribute @@toStringTag 4066 attribute @@toStringTag
4067 getter endpoint 4067 getter endpoint
4068 getter expirationTime
4068 getter options 4069 getter options
4069 method constructor 4070 method constructor
4070 method getKey 4071 method getKey
4071 method toJSON 4072 method toJSON
4072 method unsubscribe 4073 method unsubscribe
4073 interface PushSubscriptionOptions 4074 interface PushSubscriptionOptions
4074 attribute @@toStringTag 4075 attribute @@toStringTag
4075 getter applicationServerKey 4076 getter applicationServerKey
4076 getter userVisibleOnly 4077 getter userVisibleOnly
4077 method constructor 4078 method constructor
(...skipping 3817 matching lines...) Expand 10 before | Expand all | Expand 10 after
7895 setter scrollX 7896 setter scrollX
7896 setter scrollY 7897 setter scrollY
7897 setter scrollbars 7898 setter scrollbars
7898 setter status 7899 setter status
7899 setter statusbar 7900 setter statusbar
7900 setter toolbar 7901 setter toolbar
7901 PASS successfullyParsed is true 7902 PASS successfullyParsed is true
7902 7903
7903 TEST COMPLETE 7904 TEST COMPLETE
7904 7905
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698