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

Unified Diff: LayoutTests/pointer-lock/bug90391-move-then-window-open-crash.html

Issue 279313003: Create Document exitPointerLock and pointerLockElement API methods. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge Created 6 years, 7 months 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/pointer-lock/bug90391-move-then-window-open-crash.html
diff --git a/LayoutTests/pointer-lock/bug90391-move-then-window-open-crash.html b/LayoutTests/pointer-lock/bug90391-move-then-window-open-crash.html
index 322e23ba77d7f8264a1097a87e89c82a13116627..96f3cf5db27bf0717c88c9c8e80e192573acdece 100644
--- a/LayoutTests/pointer-lock/bug90391-move-then-window-open-crash.html
+++ b/LayoutTests/pointer-lock/bug90391-move-then-window-open-crash.html
@@ -43,7 +43,7 @@
gc();
window.open();
testPassed("Didn't crash");
- document.webkitExitPointerLock();
+ document.exitPointerLock();
doNextStep();
},
];
« no previous file with comments | « LayoutTests/http/tests/resources/pointer-lock/iframe-common.js ('k') | LayoutTests/pointer-lock/lock-already-locked.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698