| 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]);
|
|
|