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

Unified Diff: LayoutTests/pointer-lock/pointer-lock-api.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/pointer-lock-api.html
diff --git a/LayoutTests/pointer-lock/pointer-lock-api.html b/LayoutTests/pointer-lock/pointer-lock-api.html
index ae89d8b01cfa6657c7d54b25f77b0988daa8095a..5fc499d21fdec7d9f7bef4204957fb76c07d37ae 100644
--- a/LayoutTests/pointer-lock/pointer-lock-api.html
+++ b/LayoutTests/pointer-lock/pointer-lock-api.html
@@ -9,8 +9,8 @@
shouldBeDefined("document.onpointerlockchange");
shouldBeDefined("document.onpointerlockerror");
- shouldBeDefined("document.webkitExitPointerLock");
- shouldEvaluateTo("document.webkitPointerLockElement", null);
+ shouldBeDefined("document.exitPointerLock");
+ shouldEvaluateTo("document.pointerLockElement", null);
element = document.createElement('x');
shouldBeDefined("element.requestPointerLock");
</script>
« no previous file with comments | « LayoutTests/pointer-lock/mouse-event-delivery-expected.txt ('k') | LayoutTests/pointer-lock/pointer-lock-api-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698