Upstream version 9.37.197.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / screen_orientation / orientation-attribute.html
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <script src="../resources/js-test.js"></script>
5 <script>
6 description("Basic test that accesses screen.orientation.");
7
8 shouldBeEqualToString("screen.orientation", "portrait-primary");
9 </script>
10 </body>
11 </html>
12