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 id="body"> | 7 <body id="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 </div> | 11 </div> |
12 <script> | 12 <script> |
13 description("Test mouse events are routed to lock target.") | 13 description("Test mouse events are routed to lock target.") |
14 window.jsTestIsAsync = true; | 14 window.jsTestIsAsync = true; |
15 | 15 |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 window.eventSender.mouseDown(); | 93 window.eventSender.mouseDown(); |
94 window.eventSender.mouseUp(); | 94 window.eventSender.mouseUp(); |
95 } | 95 } |
96 doNextStepWithUserGesture(); | 96 doNextStepWithUserGesture(); |
97 }, | 97 }, |
98 ]; | 98 ]; |
99 doNextStepWithUserGesture(); | 99 doNextStepWithUserGesture(); |
100 </script> | 100 </script> |
101 </body> | 101 </body> |
102 </html> | 102 </html> |
OLD | NEW |