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

Unified Diff: LayoutTests/http/tests/pointer-lock/iframe-sandboxed.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
« no previous file with comments | « no previous file | LayoutTests/http/tests/pointer-lock/iframe-sandboxed-allow-pointer-lock.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/pointer-lock/iframe-sandboxed.html
diff --git a/LayoutTests/http/tests/pointer-lock/iframe-sandboxed.html b/LayoutTests/http/tests/pointer-lock/iframe-sandboxed.html
index a9d33808fe712d5b1f055b32a22208522c212414..b9d0b6b2ebf912c38529a02a15bb982aa8e709b6 100644
--- a/LayoutTests/http/tests/pointer-lock/iframe-sandboxed.html
+++ b/LayoutTests/http/tests/pointer-lock/iframe-sandboxed.html
@@ -18,7 +18,7 @@
todo = [
function () {
- iframe.contentWindow.postMessage(["eval", 'document.body.webkitRequestPointerLock()'], "*");
+ iframe.contentWindow.postMessage(["eval", 'document.body.requestPointerLock()'], "*");
window.onmessage = function (messageEvent) {
message = messageEvent.data;
shouldBeEqualToString("message", "inner-iframe.html onpointerlockerror");
« no previous file with comments | « no previous file | LayoutTests/http/tests/pointer-lock/iframe-sandboxed-allow-pointer-lock.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698