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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2807713002: [Media Capabilities] Rename query() to decodingInfo() and MediaDecodingAbility to MediaCapabilities… (Closed)
Patch Set: review comments & rebase 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 3881 matching lines...) Expand 10 before | Expand all | Expand 10 after
3892 setter onstatechange 3892 setter onstatechange
3893 interface Magnetometer : Sensor 3893 interface Magnetometer : Sensor
3894 attribute @@toStringTag 3894 attribute @@toStringTag
3895 getter x 3895 getter x
3896 getter y 3896 getter y
3897 getter z 3897 getter z
3898 method constructor 3898 method constructor
3899 interface MediaCapabilities 3899 interface MediaCapabilities
3900 attribute @@toStringTag 3900 attribute @@toStringTag
3901 method constructor 3901 method constructor
3902 method query 3902 method decodingInfo
3903 interface MediaDecodingAbility 3903 interface MediaCapabilitiesInfo
3904 attribute @@toStringTag 3904 attribute @@toStringTag
3905 getter powerEfficient 3905 getter powerEfficient
3906 getter smooth 3906 getter smooth
3907 getter supported 3907 getter supported
3908 method constructor 3908 method constructor
3909 interface MediaDeviceInfo 3909 interface MediaDeviceInfo
3910 attribute @@toStringTag 3910 attribute @@toStringTag
3911 getter deviceId 3911 getter deviceId
3912 getter groupId 3912 getter groupId
3913 getter kind 3913 getter kind
(...skipping 5240 matching lines...) Expand 10 before | Expand all | Expand 10 after
9154 setter scrollY 9154 setter scrollY
9155 setter scrollbars 9155 setter scrollbars
9156 setter status 9156 setter status
9157 setter statusbar 9157 setter statusbar
9158 setter toolbar 9158 setter toolbar
9159 setter visualViewport 9159 setter visualViewport
9160 PASS successfullyParsed is true 9160 PASS successfullyParsed is true
9161 9161
9162 TEST COMPLETE 9162 TEST COMPLETE
9163 9163
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698