Index: LayoutTests/screen_orientation/orientation-attribute.html |
diff --git a/LayoutTests/screen_orientation/orientation-attribute.html b/LayoutTests/screen_orientation/orientation-attribute.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..312f33393f7f59f5b576db6ff72d157f1c2898b2 |
--- /dev/null |
+++ b/LayoutTests/screen_orientation/orientation-attribute.html |
@@ -0,0 +1,12 @@ |
+<!DOCTYPE html> |
+<html> |
+<body> |
+<script src="../resources/js-test.js"></script> |
+<script> |
+description("Basic test that accesses screen.orientation."); |
+ |
+shouldBeEqualToString("screen.orientation", "portrait-primary"); |
+</script> |
+</body> |
+</html> |
+ |