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

Unified Diff: third_party/WebKit/LayoutTests/vr/getFrameData_samewithinframe.html

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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/vr/getFrameData_samewithinframe.html
diff --git a/third_party/WebKit/LayoutTests/vr/getFrameData_samewithinframe.html b/third_party/WebKit/LayoutTests/vr/getFrameData_samewithinframe.html
index fc79de0d006580c47de05339e7fb7fded58a8aa2..b3f10febb43de51b0712d1cddb0883739514d12b 100644
--- a/third_party/WebKit/LayoutTests/vr/getFrameData_samewithinframe.html
+++ b/third_party/WebKit/LayoutTests/vr/getFrameData_samewithinframe.html
@@ -24,9 +24,6 @@ vr_test( (t, mock_service) => {
assert_true(display.getFrameData(fd2));
}, "getFrameData successfully updated object");
t.step( () => {
- // Use assert_equals instead of assert_approx_equals since they should
- // be completely identical
- assert_equals(fd1.timestamp, fd2.timestamp);
for (let i = 0; i < 16; i++) {
assert_equals(fd1.leftProjectionMatrix[i],
fd2.leftProjectionMatrix[i]);

Powered by Google App Engine
This is Rietveld 408576698