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

Side by Side Diff: third_party/WebKit/LayoutTests/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 5022 matching lines...) Expand 10 before | Expand all | Expand 10 after
5033 method unsubscribe 5033 method unsubscribe
5034 interface PushSubscriptionOptions 5034 interface PushSubscriptionOptions
5035 attribute @@toStringTag 5035 attribute @@toStringTag
5036 getter applicationServerKey 5036 getter applicationServerKey
5037 getter userVisibleOnly 5037 getter userVisibleOnly
5038 method constructor 5038 method constructor
5039 interface RTCCertificate 5039 interface RTCCertificate
5040 attribute @@toStringTag 5040 attribute @@toStringTag
5041 getter expires 5041 getter expires
5042 method constructor 5042 method constructor
5043 method getFingerprints
5043 interface RTCDataChannel : EventTarget 5044 interface RTCDataChannel : EventTarget
5044 attribute @@toStringTag 5045 attribute @@toStringTag
5045 getter binaryType 5046 getter binaryType
5046 getter bufferedAmount 5047 getter bufferedAmount
5047 getter bufferedAmountLowThreshold 5048 getter bufferedAmountLowThreshold
5048 getter id 5049 getter id
5049 getter label 5050 getter label
5050 getter maxRetransmitTime 5051 getter maxRetransmitTime
5051 getter maxRetransmits 5052 getter maxRetransmits
5052 getter negotiated 5053 getter negotiated
(...skipping 4161 matching lines...) Expand 10 before | Expand all | Expand 10 after
9214 setter scrollY 9215 setter scrollY
9215 setter scrollbars 9216 setter scrollbars
9216 setter status 9217 setter status
9217 setter statusbar 9218 setter statusbar
9218 setter toolbar 9219 setter toolbar
9219 setter view 9220 setter view
9220 PASS successfullyParsed is true 9221 PASS successfullyParsed is true
9221 9222
9222 TEST COMPLETE 9223 TEST COMPLETE
9223 9224
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698