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

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

Issue 2788633004: [sensors] Align Accelerometer interface with the specification (Closed)
Patch Set: 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
11 interface Accelerometer : Sensor 11 interface Accelerometer : Sensor
12 attribute @@toStringTag 12 attribute @@toStringTag
13 getter includesGravity
14 getter x 13 getter x
15 getter y 14 getter y
16 getter z 15 getter z
17 method constructor 16 method constructor
18 interface AccessibleNode 17 interface AccessibleNode
19 attribute @@toStringTag 18 attribute @@toStringTag
20 getter label 19 getter label
21 getter role 20 getter role
22 method constructor 21 method constructor
23 setter label 22 setter label
(...skipping 9148 matching lines...) Expand 10 before | Expand all | Expand 10 after
9172 setter scrollY 9171 setter scrollY
9173 setter scrollbars 9172 setter scrollbars
9174 setter status 9173 setter status
9175 setter statusbar 9174 setter statusbar
9176 setter toolbar 9175 setter toolbar
9177 setter visualViewport 9176 setter visualViewport
9178 PASS successfullyParsed is true 9177 PASS successfullyParsed is true
9179 9178
9180 TEST COMPLETE 9179 TEST COMPLETE
9181 9180
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/sensor/accelerometer.html ('k') | third_party/WebKit/Source/modules/modules_idl_files.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698