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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/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 3358 matching lines...) Expand 10 before | Expand all | Expand 10 after
4377 method setNamedItem 4384 method setNamedItem
4378 method setNamedItemNS 4385 method setNamedItemNS
4379 interface Navigator 4386 interface Navigator
4380 attribute @@toStringTag 4387 attribute @@toStringTag
4381 getter appCodeName 4388 getter appCodeName
4382 getter appName 4389 getter appName
4383 getter appVersion 4390 getter appVersion
4384 getter authentication 4391 getter authentication
4385 getter bluetooth 4392 getter bluetooth
4386 getter budget 4393 getter budget
4394 getter clipboard
4387 getter connection 4395 getter connection
4388 getter cookieEnabled 4396 getter cookieEnabled
4389 getter credentials 4397 getter credentials
4390 getter doNotTrack 4398 getter doNotTrack
4391 getter geolocation 4399 getter geolocation
4392 getter hardwareConcurrency 4400 getter hardwareConcurrency
4393 getter language 4401 getter language
4394 getter languages 4402 getter languages
4395 getter maxTouchPoints 4403 getter maxTouchPoints
4396 getter mediaCapabilities 4404 getter mediaCapabilities
(...skipping 4847 matching lines...) Expand 10 before | Expand all | Expand 10 after
9244 setter scrollY 9252 setter scrollY
9245 setter scrollbars 9253 setter scrollbars
9246 setter status 9254 setter status
9247 setter statusbar 9255 setter statusbar
9248 setter toolbar 9256 setter toolbar
9249 setter visualViewport 9257 setter visualViewport
9250 PASS successfullyParsed is true 9258 PASS successfullyParsed is true
9251 9259
9252 TEST COMPLETE 9260 TEST COMPLETE
9253 9261
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698