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

Unified Diff: LayoutTests/pointer-lock/pointer-lock-api.html

Issue 266533004: Create unprefixed versions of pointerlockchange & pointerlockerror events. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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 fa8cc96a4f1db5aa27404a76d0fe9335b2187a75..3a64967596d0f13cb5c090841a8081f7bf8238c6 100644
--- a/LayoutTests/pointer-lock/pointer-lock-api.html
+++ b/LayoutTests/pointer-lock/pointer-lock-api.html
@@ -7,8 +7,8 @@
<script>
description("Basic API existence test for Pointer Lock.")
- shouldBeDefined("document.onwebkitpointerlockchange");
- shouldBeDefined("document.onwebkitpointerlockerror");
+ shouldBeDefined("document.onpointerlockchange");
+ shouldBeDefined("document.onpointerlockerror");
shouldBeDefined("document.webkitExitPointerLock");
shouldEvaluateTo("document.webkitPointerLockElement", null);
element = document.createElement('x');

Powered by Google App Engine
This is Rietveld 408576698