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

Unified Diff: LayoutTests/pointer-lock/pointerlockchange-event-on-lock-lost.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/pointerlockchange-event-on-lock-lost.html
diff --git a/LayoutTests/pointer-lock/pointerlockchange-event-on-lock-lost.html b/LayoutTests/pointer-lock/pointerlockchange-event-on-lock-lost.html
index 8a5702ba9ed5aca79c6491898caaaec00b0320a1..f0e372dd820ab7cb7ba91adc8c0fa0b989c6a11c 100644
--- a/LayoutTests/pointer-lock/pointerlockchange-event-on-lock-lost.html
+++ b/LayoutTests/pointer-lock/pointerlockchange-event-on-lock-lost.html
@@ -22,13 +22,13 @@
// doNextStep called by event handler.
},
function () {
- shouldBe("document.webkitPointerLockElement", "targetDiv1");
+ shouldBe("document.pointerLockElement", "targetDiv1");
expectOnlyChangeEvent("Host initiated unlock.");
testRunner.didLosePointerLock();
// doNextStep called by event handler.
},
function () {
- shouldBe("document.webkitPointerLockElement", "null");
+ shouldBe("document.pointerLockElement", "null");
doNextStep();
},
];

Powered by Google App Engine
This is Rietveld 408576698