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

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: resolve code review comments from foolip 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 AnalyserNode : AudioNode 8 interface AnalyserNode : AudioNode
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter fftSize 10 getter fftSize
(...skipping 3884 matching lines...) Expand 10 before | Expand all | Expand 10 after
3895 setter onchange 3895 setter onchange
3896 interface PresentationConnection : EventTarget 3896 interface PresentationConnection : EventTarget
3897 attribute @@toStringTag 3897 attribute @@toStringTag
3898 getter binaryType 3898 getter binaryType
3899 getter id 3899 getter id
3900 getter onclose 3900 getter onclose
3901 getter onconnect 3901 getter onconnect
3902 getter onmessage 3902 getter onmessage
3903 getter onterminate 3903 getter onterminate
3904 getter state 3904 getter state
3905 getter url
3905 method close 3906 method close
3906 method constructor 3907 method constructor
3907 method send 3908 method send
3908 method terminate 3909 method terminate
3909 setter binaryType 3910 setter binaryType
3910 setter onclose 3911 setter onclose
3911 setter onconnect 3912 setter onconnect
3912 setter onmessage 3913 setter onmessage
3913 setter onterminate 3914 setter onterminate
3914 interface PresentationConnectionAvailableEvent : Event 3915 interface PresentationConnectionAvailableEvent : Event
(...skipping 3817 matching lines...) Expand 10 before | Expand all | Expand 10 after
7732 setter scrollX 7733 setter scrollX
7733 setter scrollY 7734 setter scrollY
7734 setter scrollbars 7735 setter scrollbars
7735 setter status 7736 setter status
7736 setter statusbar 7737 setter statusbar
7737 setter toolbar 7738 setter toolbar
7738 PASS successfullyParsed is true 7739 PASS successfullyParsed is true
7739 7740
7740 TEST COMPLETE 7741 TEST COMPLETE
7741 7742
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698