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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/virtual/stable/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 AnalyserNode : AudioNode 8 interface AnalyserNode : AudioNode
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter fftSize 10 getter fftSize
(...skipping 4038 matching lines...) Expand 10 before | Expand all | Expand 10 after
4049 getter lengthComputable 4049 getter lengthComputable
4050 getter loaded 4050 getter loaded
4051 getter total 4051 getter total
4052 method constructor 4052 method constructor
4053 interface PromiseRejectionEvent : Event 4053 interface PromiseRejectionEvent : Event
4054 attribute @@toStringTag 4054 attribute @@toStringTag
4055 getter promise 4055 getter promise
4056 getter reason 4056 getter reason
4057 method constructor 4057 method constructor
4058 interface PushManager 4058 interface PushManager
4059 static getter supportedContentEncodings
4059 attribute @@toStringTag 4060 attribute @@toStringTag
4060 method constructor 4061 method constructor
4061 method getSubscription 4062 method getSubscription
4062 method permissionState 4063 method permissionState
4063 method subscribe 4064 method subscribe
4064 interface PushSubscription 4065 interface PushSubscription
4065 attribute @@toStringTag 4066 attribute @@toStringTag
4066 getter endpoint 4067 getter endpoint
4067 getter options 4068 getter options
4068 method constructor 4069 method constructor
(...skipping 3825 matching lines...) Expand 10 before | Expand all | Expand 10 after
7894 setter scrollX 7895 setter scrollX
7895 setter scrollY 7896 setter scrollY
7896 setter scrollbars 7897 setter scrollbars
7897 setter status 7898 setter status
7898 setter statusbar 7899 setter statusbar
7899 setter toolbar 7900 setter toolbar
7900 PASS successfullyParsed is true 7901 PASS successfullyParsed is true
7901 7902
7902 TEST COMPLETE 7903 TEST COMPLETE
7903 7904
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698