OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <script src="../resources/js-test.js"></script> | 4 <script src="../resources/js-test.js"></script> |
5 <script src="../http/tests/resources/pointer-lock/pointer-lock-test-harness.js">
</script> | 5 <script src="../http/tests/resources/pointer-lock/pointer-lock-test-harness-pref
ixed.js"></script> |
6 </head> | 6 </head> |
7 <body> | 7 <body> |
8 <div> | 8 <div> |
9 <div id="target1"></div> | 9 <div id="target1"></div> |
10 <div id="target2"></div> | 10 <div id="target2"></div> |
11 <iframe id="iframe1"></iframe> | 11 <iframe id="iframe1"></iframe> |
12 <iframe id="iframe2"></iframe> | 12 <iframe id="iframe2"></iframe> |
13 </div> | 13 </div> |
14 <script> | 14 <script> |
15 description("Test expected pointerlockchange and pointerlockerror events.") | 15 description("Test expected pointerlockchange and pointerlockerror events.") |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 doNextStep(); | 108 doNextStep(); |
109 }, | 109 }, |
110 function () { | 110 function () { |
111 testRunner.didAcquirePointerLock(); | 111 testRunner.didAcquirePointerLock(); |
112 }, | 112 }, |
113 ]; | 113 ]; |
114 doNextStep(); | 114 doNextStep(); |
115 </script> | 115 </script> |
116 </body> | 116 </body> |
117 </html> | 117 </html> |
OLD | NEW |