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

Side by Side Diff: third_party/WebKit/LayoutTests/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 AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 988 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 getter right 999 getter right
1000 getter top 1000 getter top
1001 getter width 1001 getter width
1002 method constructor 1002 method constructor
1003 interface ClientRectList 1003 interface ClientRectList
1004 attribute @@toStringTag 1004 attribute @@toStringTag
1005 getter length 1005 getter length
1006 method @@iterator 1006 method @@iterator
1007 method constructor 1007 method constructor
1008 method item 1008 method item
1009 interface Clipboard : EventTarget
1010 attribute @@toStringTag
1011 method constructor
1012 method read
1013 method readText
1014 method write
1015 method writeText
1009 interface ClipboardEvent : Event 1016 interface ClipboardEvent : Event
1010 attribute @@toStringTag 1017 attribute @@toStringTag
1011 getter clipboardData 1018 getter clipboardData
1012 method constructor 1019 method constructor
1013 interface CloseEvent : Event 1020 interface CloseEvent : Event
1014 attribute @@toStringTag 1021 attribute @@toStringTag
1015 getter code 1022 getter code
1016 getter reason 1023 getter reason
1017 getter wasClean 1024 getter wasClean
1018 method constructor 1025 method constructor
(...skipping 3365 matching lines...) Expand 10 before | Expand all | Expand 10 after
4384 method getState 4391 method getState
4385 method setHeaderValue 4392 method setHeaderValue
4386 interface Navigator 4393 interface Navigator
4387 attribute @@toStringTag 4394 attribute @@toStringTag
4388 getter appCodeName 4395 getter appCodeName
4389 getter appName 4396 getter appName
4390 getter appVersion 4397 getter appVersion
4391 getter authentication 4398 getter authentication
4392 getter bluetooth 4399 getter bluetooth
4393 getter budget 4400 getter budget
4401 getter clipboard
4394 getter connection 4402 getter connection
4395 getter cookieEnabled 4403 getter cookieEnabled
4396 getter credentials 4404 getter credentials
4397 getter doNotTrack 4405 getter doNotTrack
4398 getter geolocation 4406 getter geolocation
4399 getter hardwareConcurrency 4407 getter hardwareConcurrency
4400 getter language 4408 getter language
4401 getter languages 4409 getter languages
4402 getter maxTouchPoints 4410 getter maxTouchPoints
4403 getter mediaCapabilities 4411 getter mediaCapabilities
(...skipping 4848 matching lines...) Expand 10 before | Expand all | Expand 10 after
9252 setter scrollY 9260 setter scrollY
9253 setter scrollbars 9261 setter scrollbars
9254 setter status 9262 setter status
9255 setter statusbar 9263 setter statusbar
9256 setter toolbar 9264 setter toolbar
9257 setter visualViewport 9265 setter visualViewport
9258 PASS successfullyParsed is true 9266 PASS successfullyParsed is true
9259 9267
9260 TEST COMPLETE 9268 TEST COMPLETE
9261 9269
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698