diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/pointer-lock/lock-already-locked.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/pointer-lock/lock-already-locked.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/pointer-lock/lock-already-locked.html b/third_party/WebKit/LayoutTests/pointer-lock/lock-already-locked.html index dbf113e..7d44f7f 100644 --- a/third_party/WebKit/LayoutTests/pointer-lock/lock-already-locked.html +++ b/third_party/WebKit/LayoutTests/pointer-lock/lock-already-locked.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML> <html> <head> -<script src="../http/tests/resources/js-test-pre.js"></script> +<script src="../fast/js/resources/js-test-pre.js"></script> <script src="../http/tests/resources/pointer-lock/pointer-lock-test-harness.js"></script> </head> <body> @@ -59,6 +59,5 @@ ]; doNextStepWithUserGesture(); </script> -<script src="../http/tests/resources/js-test-post.js"></script> </body> </html> |