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

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

Issue 2695593006: Initial stub version of Async Clipboard API (Closed)
Patch Set: Expected layout tests results for mac Created 3 years, 5 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 70: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 70: '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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 getter right 537 getter right
538 getter top 538 getter top
539 getter width 539 getter width
540 method constructor 540 method constructor
541 interface ClientRectList 541 interface ClientRectList
542 attribute @@toStringTag 542 attribute @@toStringTag
543 getter length 543 getter length
544 method @@iterator 544 method @@iterator
545 method constructor 545 method constructor
546 method item 546 method item
547 interface Clipboard : EventTarget
548 attribute @@toStringTag
549 method constructor
550 method read
551 method readText
552 method write
553 method writeText
547 interface ClipboardEvent : Event 554 interface ClipboardEvent : Event
548 attribute @@toStringTag 555 attribute @@toStringTag
549 getter clipboardData 556 getter clipboardData
550 method constructor 557 method constructor
551 interface CloseEvent : Event 558 interface CloseEvent : Event
552 attribute @@toStringTag 559 attribute @@toStringTag
553 getter code 560 getter code
554 getter reason 561 getter reason
555 getter wasClean 562 getter wasClean
556 method constructor 563 method constructor
(...skipping 7647 matching lines...) Expand 10 before | Expand all | Expand 10 after
8204 setter scrollY 8211 setter scrollY
8205 setter scrollbars 8212 setter scrollbars
8206 setter status 8213 setter status
8207 setter statusbar 8214 setter statusbar
8208 setter toolbar 8215 setter toolbar
8209 setter visualViewport 8216 setter visualViewport
8210 PASS successfullyParsed is true 8217 PASS successfullyParsed is true
8211 8218
8212 TEST COMPLETE 8219 TEST COMPLETE
8213 8220
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698