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

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

Issue 2736593002: Update API to latest spec : Remove VRFrameData#timestamp (Closed)
Patch Set: modify mock-vr-service.js Created 3 years, 9 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 Accelerometer : Sensor 8 interface Accelerometer : Sensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter includesGravity 10 getter includesGravity
(...skipping 6914 matching lines...) Expand 10 before | Expand all | Expand 10 after
6925 setter leftDegrees 6925 setter leftDegrees
6926 setter rightDegrees 6926 setter rightDegrees
6927 setter upDegrees 6927 setter upDegrees
6928 interface VRFrameData 6928 interface VRFrameData
6929 attribute @@toStringTag 6929 attribute @@toStringTag
6930 getter leftProjectionMatrix 6930 getter leftProjectionMatrix
6931 getter leftViewMatrix 6931 getter leftViewMatrix
6932 getter pose 6932 getter pose
6933 getter rightProjectionMatrix 6933 getter rightProjectionMatrix
6934 getter rightViewMatrix 6934 getter rightViewMatrix
6935 getter timestamp
6936 method constructor 6935 method constructor
6937 interface VRPose 6936 interface VRPose
6938 attribute @@toStringTag 6937 attribute @@toStringTag
6939 getter angularAcceleration 6938 getter angularAcceleration
6940 getter angularVelocity 6939 getter angularVelocity
6941 getter linearAcceleration 6940 getter linearAcceleration
6942 getter linearVelocity 6941 getter linearVelocity
6943 getter orientation 6942 getter orientation
6944 getter position 6943 getter position
6945 method constructor 6944 method constructor
(...skipping 2121 matching lines...) Expand 10 before | Expand all | Expand 10 after
9067 setter scrollY 9066 setter scrollY
9068 setter scrollbars 9067 setter scrollbars
9069 setter status 9068 setter status
9070 setter statusbar 9069 setter statusbar
9071 setter toolbar 9070 setter toolbar
9072 setter visualViewport 9071 setter visualViewport
9073 PASS successfullyParsed is true 9072 PASS successfullyParsed is true
9074 9073
9075 TEST COMPLETE 9074 TEST COMPLETE
9076 9075
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/vr/resources/mock-vr-service.js ('k') | third_party/WebKit/Source/modules/vr/VRFrameData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698