test_gamepad_multitouch_crossorigin.html (772B)
1 <!-- Any copyright is dedicated to the Public Domain. 2 - http://creativecommons.org/publicdomain/zero/1.0/ --> 3 <!DOCTYPE HTML> 4 <html> 5 <head> 6 <title>Test hidden frames</title> 7 <script src="/tests/SimpleTest/SimpleTest.js"></script> 8 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" /> 9 </head> 10 <body> 11 <script type="text/javascript" src="mock_gamepad.js"></script> 12 <script class="testbody" type="text/javascript"> 13 // This test loads in an iframe, to ensure that the navigator instance is 14 // loaded with the correct value of the preference. 15 SimpleTest.waitForExplicitFinish(); 16 setGamepadPreferenceAndCreateIframe("test_gamepad_multitouch_crossorigin_iframe.html"); 17 </script> 18 </body> 19 </html> 20