Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/sensor/idl-AbsoluteOrientationSensor.html |
| diff --git a/third_party/WebKit/LayoutTests/sensor/idl-AbsoluteOrientationSensor.html b/third_party/WebKit/LayoutTests/sensor/idl-AbsoluteOrientationSensor.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8f31d79c23204802a13b6aac2148f0b395d0ac52 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/sensor/idl-AbsoluteOrientationSensor.html |
| @@ -0,0 +1,11 @@ |
| +<!DOCTYPE html> |
|
Reilly Grant (use Gerrit)
2017/03/24 15:10:33
In a separate patch can you replace this with an i
Mikhail
2017/03/24 16:30:31
Sure. I'll make it in a following patch.
|
| +<script src="../resources/testharness.js"></script> |
| +<script src="../resources/testharnessreport.js"></script> |
| +<script> |
| + |
| +test(function() { |
| + // Test that AbsoluteOrientationSensor interface exists |
| + assert_true('AbsoluteOrientationSensor' in window); |
| +}, 'Test that the AbsoluteOrientationSensor interface is present.'); |
| + |
| +</script> |