[refactor] More post-NSS WebCrypto cleanups (utility functions).
[chromium-blink-merge.git] / content / test / data / screen_orientation / screen_orientation_windoworientationchange.html
blobb29599f6fa13be654eca33876c08d16e71bea4c6
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 </head>
5 <script>
6 window.onorientationchange = function() {
7 document.location.hash = '#' + window.orientation;
8 };
10 document.location.hash = '#ready';
11 </script>
12 <body>
13 <div>Starting...</div>
14 </body>
15 </html>