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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt

Issue 2828563002: RTCCertificate.getFingerprints added (exposed to the web) (Closed)
Patch Set: Rebase Created 3 years, 6 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 70: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 70: '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 5015 matching lines...) Expand 10 before | Expand all | Expand 10 after
5026 method unsubscribe 5026 method unsubscribe
5027 interface PushSubscriptionOptions 5027 interface PushSubscriptionOptions
5028 attribute @@toStringTag 5028 attribute @@toStringTag
5029 getter applicationServerKey 5029 getter applicationServerKey
5030 getter userVisibleOnly 5030 getter userVisibleOnly
5031 method constructor 5031 method constructor
5032 interface RTCCertificate 5032 interface RTCCertificate
5033 attribute @@toStringTag 5033 attribute @@toStringTag
5034 getter expires 5034 getter expires
5035 method constructor 5035 method constructor
5036 method getFingerprints
5036 interface RTCDataChannel : EventTarget 5037 interface RTCDataChannel : EventTarget
5037 attribute @@toStringTag 5038 attribute @@toStringTag
5038 getter binaryType 5039 getter binaryType
5039 getter bufferedAmount 5040 getter bufferedAmount
5040 getter bufferedAmountLowThreshold 5041 getter bufferedAmountLowThreshold
5041 getter id 5042 getter id
5042 getter label 5043 getter label
5043 getter maxRetransmitTime 5044 getter maxRetransmitTime
5044 getter maxRetransmits 5045 getter maxRetransmits
5045 getter negotiated 5046 getter negotiated
(...skipping 4160 matching lines...) Expand 10 before | Expand all | Expand 10 after
9206 setter scrollY 9207 setter scrollY
9207 setter scrollbars 9208 setter scrollbars
9208 setter status 9209 setter status
9209 setter statusbar 9210 setter statusbar
9210 setter toolbar 9211 setter toolbar
9211 setter view 9212 setter view
9212 PASS successfullyParsed is true 9213 PASS successfullyParsed is true
9213 9214
9214 TEST COMPLETE 9215 TEST COMPLETE
9215 9216
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698