| Index: third_party/WebKit/LayoutTests/vr/resources/test-constants.js
|
| diff --git a/third_party/WebKit/LayoutTests/vr/resources/test-constants.js b/third_party/WebKit/LayoutTests/vr/resources/test-constants.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..523cd4457f5781b524974c1922cfeff7e18b9aea
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/vr/resources/test-constants.js
|
| @@ -0,0 +1,3 @@
|
| +// assert_equals can fail when comparing floats due to precision errors, so
|
| +// use assert_approx_equals with this constant instead
|
| +var FLOAT_EPSILON = 0.0000001;
|
|
|