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

Unified Diff: LayoutTests/http/tests/resources/pointer-lock/iframe-common.js

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/http/tests/resources/pointer-lock/iframe-common.js
diff --git a/LayoutTests/http/tests/resources/pointer-lock/iframe-common.js b/LayoutTests/http/tests/resources/pointer-lock/iframe-common.js
index 34589cd4f36956070157913ad082c90ac478e42b..5562484737a2057f1fb6fa242673fa77afee84af 100644
--- a/LayoutTests/http/tests/resources/pointer-lock/iframe-common.js
+++ b/LayoutTests/http/tests/resources/pointer-lock/iframe-common.js
@@ -19,7 +19,7 @@ window.onmessage = function (messageEvent) {
}
document.onpointerlockchange = function () {
- parent.postMessage(thisFileName() + " onpointerlockchange, document.webkitPointerLockElement = " + document.webkitPointerLockElement, "*");
+ parent.postMessage(thisFileName() + " onpointerlockchange, document.pointerLockElement = " + document.pointerLockElement, "*");
}
document.onpointerlockerror = function () {

Powered by Google App Engine
This is Rietveld 408576698