Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(363)

Side by Side Diff: LayoutTests/pointer-lock/lock-already-locked.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script src="../http/tests/resources/js-test-pre.js"></script> 4 <script src="../fast/js/resources/js-test-pre.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.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 </div> 11 </div>
12 <script> 12 <script>
13 description("Test calling lock when already in a locked state.") 13 description("Test calling lock when already in a locked state.")
14 window.jsTestIsAsync = true; 14 window.jsTestIsAsync = true;
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 function () { 52 function () {
53 debug(" Locking targetdiv2.") 53 debug(" Locking targetdiv2.")
54 expectTarget1Unlock = true; 54 expectTarget1Unlock = true;
55 targetdiv2.webkitRequestPointerLock(); 55 targetdiv2.webkitRequestPointerLock();
56 expectedTargetToBeLockedString = "targetdiv2"; 56 expectedTargetToBeLockedString = "targetdiv2";
57 // doNextStep() called by onwebkitpointerlockchange handler. 57 // doNextStep() called by onwebkitpointerlockchange handler.
58 }, 58 },
59 ]; 59 ];
60 doNextStepWithUserGesture(); 60 doNextStepWithUserGesture();
61 </script> 61 </script>
62 <script src="../http/tests/resources/js-test-post.js"></script>
63 </body> 62 </body>
64 </html> 63 </html>
OLDNEW
« no previous file with comments | « LayoutTests/plugins/tabindex.html ('k') | LayoutTests/pointer-lock/lock-element-not-in-dom.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698