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

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

Issue 2552343009: [Presentation API] Adds DOMString[] constructor to PresentationRequest. (Closed)
Patch Set: rebase with master Created 4 years 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: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead. 3 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead.
4 This test documents all interface attributes and methods on the global window ob ject and element instances. 4 This test documents all interface attributes and methods on the global window ob ject and element instances.
5 5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7 7
8 8
9 [INTERFACES] 9 [INTERFACES]
10 interface AnalyserNode : AudioNode 10 interface AnalyserNode : AudioNode
(...skipping 3920 matching lines...) Expand 10 before | Expand all | Expand 10 after
3931 setter onchange 3931 setter onchange
3932 interface PresentationConnection : EventTarget 3932 interface PresentationConnection : EventTarget
3933 attribute @@toStringTag 3933 attribute @@toStringTag
3934 getter binaryType 3934 getter binaryType
3935 getter id 3935 getter id
3936 getter onclose 3936 getter onclose
3937 getter onconnect 3937 getter onconnect
3938 getter onmessage 3938 getter onmessage
3939 getter onterminate 3939 getter onterminate
3940 getter state 3940 getter state
3941 getter url
3941 method close 3942 method close
3942 method constructor 3943 method constructor
3943 method send 3944 method send
3944 method terminate 3945 method terminate
3945 setter binaryType 3946 setter binaryType
3946 setter onclose 3947 setter onclose
3947 setter onconnect 3948 setter onconnect
3948 setter onmessage 3949 setter onmessage
3949 setter onterminate 3950 setter onterminate
3950 interface PresentationConnectionAvailableEvent : Event 3951 interface PresentationConnectionAvailableEvent : Event
(...skipping 3822 matching lines...) Expand 10 before | Expand all | Expand 10 after
7773 setter scrollX 7774 setter scrollX
7774 setter scrollY 7775 setter scrollY
7775 setter scrollbars 7776 setter scrollbars
7776 setter status 7777 setter status
7777 setter statusbar 7778 setter statusbar
7778 setter toolbar 7779 setter toolbar
7779 PASS successfullyParsed is true 7780 PASS successfullyParsed is true
7780 7781
7781 TEST COMPLETE 7782 TEST COMPLETE
7782 7783
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698