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/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 2790623004: Ship WritableStream (Closed)
Patch Set: Add layout test stable interface expectation changes 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 AnalyserNode : AudioNode 8 interface AnalyserNode : AudioNode
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter fftSize 10 getter fftSize
(...skipping 7171 matching lines...) Expand 10 before | Expand all | Expand 10 after
7182 method constructor 7182 method constructor
7183 interface Worker : EventTarget 7183 interface Worker : EventTarget
7184 attribute @@toStringTag 7184 attribute @@toStringTag
7185 getter onerror 7185 getter onerror
7186 getter onmessage 7186 getter onmessage
7187 method constructor 7187 method constructor
7188 method postMessage 7188 method postMessage
7189 method terminate 7189 method terminate
7190 setter onerror 7190 setter onerror
7191 setter onmessage 7191 setter onmessage
7192 interface WritableStream
7193 getter locked
7194 method abort
7195 method constructor
7196 method getWriter
7192 interface XMLDocument : Document 7197 interface XMLDocument : Document
7193 attribute @@toStringTag 7198 attribute @@toStringTag
7194 method constructor 7199 method constructor
7195 interface XMLHttpRequest : XMLHttpRequestEventTarget 7200 interface XMLHttpRequest : XMLHttpRequestEventTarget
7196 attribute @@toStringTag 7201 attribute @@toStringTag
7197 attribute DONE 7202 attribute DONE
7198 attribute HEADERS_RECEIVED 7203 attribute HEADERS_RECEIVED
7199 attribute LOADING 7204 attribute LOADING
7200 attribute OPENED 7205 attribute OPENED
7201 attribute UNSENT 7206 attribute UNSENT
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
7779 setter scrollX 7784 setter scrollX
7780 setter scrollY 7785 setter scrollY
7781 setter scrollbars 7786 setter scrollbars
7782 setter status 7787 setter status
7783 setter statusbar 7788 setter statusbar
7784 setter toolbar 7789 setter toolbar
7785 PASS successfullyParsed is true 7790 PASS successfullyParsed is true
7786 7791
7787 TEST COMPLETE 7792 TEST COMPLETE
7788 7793
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698