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

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

Issue 2811103006: Media Capabilities encoding: Blink pass-thru and skeleton renderer/ impl (Closed)
Patch Set: first round of comments from mlamouri@ 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 3882 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 decodingInfo 3902 method decodingInfo
3903 method encodingInfo
3903 interface MediaCapabilitiesInfo 3904 interface MediaCapabilitiesInfo
3904 attribute @@toStringTag 3905 attribute @@toStringTag
3905 getter powerEfficient 3906 getter powerEfficient
3906 getter smooth 3907 getter smooth
3907 getter supported 3908 getter supported
3908 method constructor 3909 method constructor
3909 interface MediaDeviceInfo 3910 interface MediaDeviceInfo
3910 attribute @@toStringTag 3911 attribute @@toStringTag
3911 getter deviceId 3912 getter deviceId
3912 getter groupId 3913 getter groupId
(...skipping 5236 matching lines...) Expand 10 before | Expand all | Expand 10 after
9149 setter scrollY 9150 setter scrollY
9150 setter scrollbars 9151 setter scrollbars
9151 setter status 9152 setter status
9152 setter statusbar 9153 setter statusbar
9153 setter toolbar 9154 setter toolbar
9154 setter visualViewport 9155 setter visualViewport
9155 PASS successfullyParsed is true 9156 PASS successfullyParsed is true
9156 9157
9157 TEST COMPLETE 9158 TEST COMPLETE
9158 9159
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698