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

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

Issue 2660003003: Add MediaError.message (Closed)
Patch Set: Simplify to just 1 string with no newlines: [status plus first MEDIA_ERROR_LOG_ENTRY], if any 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 3920 matching lines...) Expand 10 before | Expand all | Expand 10 after
3931 getter initData 3931 getter initData
3932 getter initDataType 3932 getter initDataType
3933 method constructor 3933 method constructor
3934 interface MediaError 3934 interface MediaError
3935 attribute @@toStringTag 3935 attribute @@toStringTag
3936 attribute MEDIA_ERR_ABORTED 3936 attribute MEDIA_ERR_ABORTED
3937 attribute MEDIA_ERR_DECODE 3937 attribute MEDIA_ERR_DECODE
3938 attribute MEDIA_ERR_NETWORK 3938 attribute MEDIA_ERR_NETWORK
3939 attribute MEDIA_ERR_SRC_NOT_SUPPORTED 3939 attribute MEDIA_ERR_SRC_NOT_SUPPORTED
3940 getter code 3940 getter code
3941 getter message
3941 method constructor 3942 method constructor
3942 interface MediaKeyMessageEvent : Event 3943 interface MediaKeyMessageEvent : Event
3943 attribute @@toStringTag 3944 attribute @@toStringTag
3944 getter message 3945 getter message
3945 getter messageType 3946 getter messageType
3946 method constructor 3947 method constructor
3947 interface MediaKeySession : EventTarget 3948 interface MediaKeySession : EventTarget
3948 attribute @@toStringTag 3949 attribute @@toStringTag
3949 getter closed 3950 getter closed
3950 getter expiration 3951 getter expiration
(...skipping 5206 matching lines...) Expand 10 before | Expand all | Expand 10 after
9157 setter scrollY 9158 setter scrollY
9158 setter scrollbars 9159 setter scrollbars
9159 setter status 9160 setter status
9160 setter statusbar 9161 setter statusbar
9161 setter toolbar 9162 setter toolbar
9162 setter visualViewport 9163 setter visualViewport
9163 PASS successfullyParsed is true 9164 PASS successfullyParsed is true
9164 9165
9165 TEST COMPLETE 9166 TEST COMPLETE
9166 9167
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698