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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/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 7533 matching lines...) Expand 10 before | Expand all | Expand 10 after
8893 getter onblur 8889 getter onblur
8894 getter oncancel 8890 getter oncancel
8895 getter oncanplay 8891 getter oncanplay
8896 getter oncanplaythrough 8892 getter oncanplaythrough
8897 getter onchange 8893 getter onchange
8898 getter onclick 8894 getter onclick
8899 getter onclose 8895 getter onclose
8900 getter oncontextmenu 8896 getter oncontextmenu
8901 getter oncuechange 8897 getter oncuechange
8902 getter ondblclick 8898 getter ondblclick
8903 getter ondevicelight
8904 getter ondevicemotion 8899 getter ondevicemotion
8905 getter ondeviceorientation 8900 getter ondeviceorientation
8906 getter ondeviceorientationabsolute 8901 getter ondeviceorientationabsolute
8907 getter ondrag 8902 getter ondrag
8908 getter ondragend 8903 getter ondragend
8909 getter ondragenter 8904 getter ondragenter
8910 getter ondragleave 8905 getter ondragleave
8911 getter ondragover 8906 getter ondragover
8912 getter ondragstart 8907 getter ondragstart
8913 getter ondrop 8908 getter ondrop
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
9073 setter onblur 9068 setter onblur
9074 setter oncancel 9069 setter oncancel
9075 setter oncanplay 9070 setter oncanplay
9076 setter oncanplaythrough 9071 setter oncanplaythrough
9077 setter onchange 9072 setter onchange
9078 setter onclick 9073 setter onclick
9079 setter onclose 9074 setter onclose
9080 setter oncontextmenu 9075 setter oncontextmenu
9081 setter oncuechange 9076 setter oncuechange
9082 setter ondblclick 9077 setter ondblclick
9083 setter ondevicelight
9084 setter ondevicemotion 9078 setter ondevicemotion
9085 setter ondeviceorientation 9079 setter ondeviceorientation
9086 setter ondeviceorientationabsolute 9080 setter ondeviceorientationabsolute
9087 setter ondrag 9081 setter ondrag
9088 setter ondragend 9082 setter ondragend
9089 setter ondragenter 9083 setter ondragenter
9090 setter ondragleave 9084 setter ondragleave
9091 setter ondragover 9085 setter ondragover
9092 setter ondragstart 9086 setter ondragstart
9093 setter ondrop 9087 setter ondrop
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
9181 setter scrollY 9175 setter scrollY
9182 setter scrollbars 9176 setter scrollbars
9183 setter status 9177 setter status
9184 setter statusbar 9178 setter statusbar
9185 setter toolbar 9179 setter toolbar
9186 setter visualViewport 9180 setter visualViewport
9187 PASS successfullyParsed is true 9181 PASS successfullyParsed is true
9188 9182
9189 TEST COMPLETE 9183 TEST COMPLETE
9190 9184
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698