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

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: Addressed comments and rebased with upstream Created 3 years, 8 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 AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 5007 matching lines...) Expand 10 before | Expand all | Expand 10 after
5018 method toJSON 5018 method toJSON
5019 method unsubscribe 5019 method unsubscribe
5020 interface PushSubscriptionOptions 5020 interface PushSubscriptionOptions
5021 attribute @@toStringTag 5021 attribute @@toStringTag
5022 getter applicationServerKey 5022 getter applicationServerKey
5023 getter userVisibleOnly 5023 getter userVisibleOnly
5024 method constructor 5024 method constructor
5025 interface RTCCertificate 5025 interface RTCCertificate
5026 attribute @@toStringTag 5026 attribute @@toStringTag
5027 getter expires 5027 getter expires
5028 getter fingerprints
5028 method constructor 5029 method constructor
5029 interface RTCDataChannel : EventTarget 5030 interface RTCDataChannel : EventTarget
5030 attribute @@toStringTag 5031 attribute @@toStringTag
5031 getter binaryType 5032 getter binaryType
5032 getter bufferedAmount 5033 getter bufferedAmount
5033 getter bufferedAmountLowThreshold 5034 getter bufferedAmountLowThreshold
5034 getter id 5035 getter id
5035 getter label 5036 getter label
5036 getter maxRetransmitTime 5037 getter maxRetransmitTime
5037 getter maxRetransmits 5038 getter maxRetransmits
(...skipping 4153 matching lines...) Expand 10 before | Expand all | Expand 10 after
9191 setter scrollY 9192 setter scrollY
9192 setter scrollbars 9193 setter scrollbars
9193 setter status 9194 setter status
9194 setter statusbar 9195 setter statusbar
9195 setter toolbar 9196 setter toolbar
9196 setter visualViewport 9197 setter visualViewport
9197 PASS successfullyParsed is true 9198 PASS successfullyParsed is true
9198 9199
9199 TEST COMPLETE 9200 TEST COMPLETE
9200 9201
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698