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

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

Issue 2612003002: Media Session: use dictionary instead of an interface for MediaImage. (Closed)
Patch Set: apply spec changes and comments Created 3 years, 11 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 94: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 94: '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 Accelerometer : Sensor 8 interface Accelerometer : Sensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter includesGravity 10 getter includesGravity
(...skipping 3800 matching lines...) Expand 10 before | Expand all | Expand 10 after
3811 getter initDataType 3811 getter initDataType
3812 method constructor 3812 method constructor
3813 interface MediaError 3813 interface MediaError
3814 attribute @@toStringTag 3814 attribute @@toStringTag
3815 attribute MEDIA_ERR_ABORTED 3815 attribute MEDIA_ERR_ABORTED
3816 attribute MEDIA_ERR_DECODE 3816 attribute MEDIA_ERR_DECODE
3817 attribute MEDIA_ERR_NETWORK 3817 attribute MEDIA_ERR_NETWORK
3818 attribute MEDIA_ERR_SRC_NOT_SUPPORTED 3818 attribute MEDIA_ERR_SRC_NOT_SUPPORTED
3819 getter code 3819 getter code
3820 method constructor 3820 method constructor
3821 interface MediaImage
3822 attribute @@toStringTag
3823 getter sizes
3824 getter src
3825 getter type
3826 method constructor
3827 interface MediaKeyMessageEvent : Event 3821 interface MediaKeyMessageEvent : Event
3828 attribute @@toStringTag 3822 attribute @@toStringTag
3829 getter message 3823 getter message
3830 getter messageType 3824 getter messageType
3831 method constructor 3825 method constructor
3832 interface MediaKeySession : EventTarget 3826 interface MediaKeySession : EventTarget
3833 attribute @@toStringTag 3827 attribute @@toStringTag
3834 getter closed 3828 getter closed
3835 getter expiration 3829 getter expiration
3836 getter keyStatuses 3830 getter keyStatuses
(...skipping 5142 matching lines...) Expand 10 before | Expand all | Expand 10 after
8979 setter scrollY 8973 setter scrollY
8980 setter scrollbars 8974 setter scrollbars
8981 setter status 8975 setter status
8982 setter statusbar 8976 setter statusbar
8983 setter toolbar 8977 setter toolbar
8984 setter visualViewport 8978 setter visualViewport
8985 PASS successfullyParsed is true 8979 PASS successfullyParsed is true
8986 8980
8987 TEST COMPLETE 8981 TEST COMPLETE
8988 8982
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698