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

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

Issue 2845763002: Remove DeviceLightEvent implementation (Closed)
Patch Set: same as previous patch Created 3 years, 7 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 AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 1325 matching lines...) Expand 10 before | Expand all | Expand 10 after
1336 method constructor 1336 method constructor
1337 interface DetectedFace 1337 interface DetectedFace
1338 attribute @@toStringTag 1338 attribute @@toStringTag
1339 getter boundingBox 1339 getter boundingBox
1340 method constructor 1340 method constructor
1341 interface DetectedText 1341 interface DetectedText
1342 attribute @@toStringTag 1342 attribute @@toStringTag
1343 getter boundingBox 1343 getter boundingBox
1344 getter rawValue 1344 getter rawValue
1345 method constructor 1345 method constructor
1346 interface DeviceLightEvent : Event
1347 attribute @@toStringTag
1348 getter value
1349 method constructor
1350 interface DeviceMotionEvent : Event 1346 interface DeviceMotionEvent : Event
1351 attribute @@toStringTag 1347 attribute @@toStringTag
1352 getter acceleration 1348 getter acceleration
1353 getter accelerationIncludingGravity 1349 getter accelerationIncludingGravity
1354 getter interval 1350 getter interval
1355 getter rotationRate 1351 getter rotationRate
1356 method constructor 1352 method constructor
1357 interface DeviceOrientationEvent : Event 1353 interface DeviceOrientationEvent : Event
1358 attribute @@toStringTag 1354 attribute @@toStringTag
1359 getter absolute 1355 getter absolute
(...skipping 7541 matching lines...) Expand 10 before | Expand all | Expand 10 after
8901 getter onblur 8897 getter onblur
8902 getter oncancel 8898 getter oncancel
8903 getter oncanplay 8899 getter oncanplay
8904 getter oncanplaythrough 8900 getter oncanplaythrough
8905 getter onchange 8901 getter onchange
8906 getter onclick 8902 getter onclick
8907 getter onclose 8903 getter onclose
8908 getter oncontextmenu 8904 getter oncontextmenu
8909 getter oncuechange 8905 getter oncuechange
8910 getter ondblclick 8906 getter ondblclick
8911 getter ondevicelight
8912 getter ondevicemotion 8907 getter ondevicemotion
8913 getter ondeviceorientation 8908 getter ondeviceorientation
8914 getter ondeviceorientationabsolute 8909 getter ondeviceorientationabsolute
8915 getter ondrag 8910 getter ondrag
8916 getter ondragend 8911 getter ondragend
8917 getter ondragenter 8912 getter ondragenter
8918 getter ondragleave 8913 getter ondragleave
8919 getter ondragover 8914 getter ondragover
8920 getter ondragstart 8915 getter ondragstart
8921 getter ondrop 8916 getter ondrop
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
9081 setter onblur 9076 setter onblur
9082 setter oncancel 9077 setter oncancel
9083 setter oncanplay 9078 setter oncanplay
9084 setter oncanplaythrough 9079 setter oncanplaythrough
9085 setter onchange 9080 setter onchange
9086 setter onclick 9081 setter onclick
9087 setter onclose 9082 setter onclose
9088 setter oncontextmenu 9083 setter oncontextmenu
9089 setter oncuechange 9084 setter oncuechange
9090 setter ondblclick 9085 setter ondblclick
9091 setter ondevicelight
9092 setter ondevicemotion 9086 setter ondevicemotion
9093 setter ondeviceorientation 9087 setter ondeviceorientation
9094 setter ondeviceorientationabsolute 9088 setter ondeviceorientationabsolute
9095 setter ondrag 9089 setter ondrag
9096 setter ondragend 9090 setter ondragend
9097 setter ondragenter 9091 setter ondragenter
9098 setter ondragleave 9092 setter ondragleave
9099 setter ondragover 9093 setter ondragover
9100 setter ondragstart 9094 setter ondragstart
9101 setter ondrop 9095 setter ondrop
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
9189 setter scrollY 9183 setter scrollY
9190 setter scrollbars 9184 setter scrollbars
9191 setter status 9185 setter status
9192 setter statusbar 9186 setter statusbar
9193 setter toolbar 9187 setter toolbar
9194 setter visualViewport 9188 setter visualViewport
9195 PASS successfullyParsed is true 9189 PASS successfullyParsed is true
9196 9190
9197 TEST COMPLETE 9191 TEST COMPLETE
9198 9192
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698