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

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

Issue 2471003002: [sensors] Accelerometer sensor bindings implementation (Closed)
Patch Set: Fix Alexander comments Created 4 years, 1 month 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 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead.
11 CONSOLE WARNING: line 94: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor ' instead. 11 CONSOLE WARNING: line 94: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor ' instead.
12 CONSOLE WARNING: line 94: 'webkitIndexedDB' is deprecated. Please use 'indexedDB ' instead. 12 CONSOLE WARNING: line 94: 'webkitIndexedDB' is deprecated. Please use 'indexedDB ' instead.
13 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead. 13 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead.
14 This test documents all interface attributes and methods on the global window ob ject and element instances. 14 This test documents all interface attributes and methods on the global window ob ject and element instances.
15 15
16 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 16 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
17 17
18 18
19 [INTERFACES] 19 [INTERFACES]
20 interface Accelerometer : Sensor
21 attribute @@toStringTag
22 getter includesGravity
23 getter reading
24 method constructor
25 interface AccelerometerReading : SensorReading
26 attribute @@toStringTag
27 getter x
28 getter y
29 getter z
30 method constructor
20 interface AmbientLightSensor : Sensor 31 interface AmbientLightSensor : Sensor
21 attribute @@toStringTag 32 attribute @@toStringTag
22 getter reading 33 getter reading
23 method constructor 34 method constructor
24 interface AmbientLightSensorReading : SensorReading 35 interface AmbientLightSensorReading : SensorReading
25 attribute @@toStringTag 36 attribute @@toStringTag
26 getter illuminance 37 getter illuminance
27 method constructor 38 method constructor
28 interface AnalyserNode : AudioNode 39 interface AnalyserNode : AudioNode
29 attribute @@toStringTag 40 attribute @@toStringTag
(...skipping 8788 matching lines...) Expand 10 before | Expand all | Expand 10 after
8818 method stop 8829 method stop
8819 method webkitCancelAnimationFrame 8830 method webkitCancelAnimationFrame
8820 method webkitCancelRequestAnimationFrame 8831 method webkitCancelRequestAnimationFrame
8821 method webkitRequestAnimationFrame 8832 method webkitRequestAnimationFrame
8822 method webkitRequestFileSystem 8833 method webkitRequestFileSystem
8823 method webkitResolveLocalFileSystemURL 8834 method webkitResolveLocalFileSystemURL
8824 PASS successfullyParsed is true 8835 PASS successfullyParsed is true
8825 8836
8826 TEST COMPLETE 8837 TEST COMPLETE
8827 8838
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698