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

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

Issue 2798913002: [Sensors] Stop exposing sensor state (Closed)
Patch Set: Comments from Reilly Created 3 years, 8 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 6359 matching lines...) Expand 10 before | Expand all | Expand 10 after
6370 method getRangeAt 6370 method getRangeAt
6371 method modify 6371 method modify
6372 method removeAllRanges 6372 method removeAllRanges
6373 method removeRange 6373 method removeRange
6374 method selectAllChildren 6374 method selectAllChildren
6375 method setBaseAndExtent 6375 method setBaseAndExtent
6376 method setPosition 6376 method setPosition
6377 method toString 6377 method toString
6378 interface Sensor : EventTarget 6378 interface Sensor : EventTarget
6379 attribute @@toStringTag 6379 attribute @@toStringTag
6380 getter activated
6380 getter onactivate 6381 getter onactivate
6381 getter onchange 6382 getter onchange
6382 getter onerror 6383 getter onerror
6383 getter state
6384 getter timestamp 6384 getter timestamp
6385 method constructor 6385 method constructor
6386 method start 6386 method start
6387 method stop 6387 method stop
6388 setter onactivate 6388 setter onactivate
6389 setter onchange 6389 setter onchange
6390 setter onerror 6390 setter onerror
6391 interface SensorErrorEvent : Event 6391 interface SensorErrorEvent : Event
6392 attribute @@toStringTag 6392 attribute @@toStringTag
6393 getter error 6393 getter error
(...skipping 2754 matching lines...) Expand 10 before | Expand all | Expand 10 after
9148 setter scrollY 9148 setter scrollY
9149 setter scrollbars 9149 setter scrollbars
9150 setter status 9150 setter status
9151 setter statusbar 9151 setter statusbar
9152 setter toolbar 9152 setter toolbar
9153 setter visualViewport 9153 setter visualViewport
9154 PASS successfullyParsed is true 9154 PASS successfullyParsed is true
9155 9155
9156 TEST COMPLETE 9156 TEST COMPLETE
9157 9157
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/sensor/resources/sensor-helpers.js ('k') | third_party/WebKit/Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698