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

Unified Diff: third_party/WebKit/LayoutTests/sensor/idl-AbsoluteOrientationSensor.html

Issue 2746573002: [Sensors] Implement bindings for AbsoluteOrientationSensor (Closed)
Patch Set: webexpose 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/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>
+<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>

Powered by Google App Engine
This is Rietveld 408576698