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

Unified Diff: LayoutTests/pointer-lock/pointerlockelement-null-when-pending-expected.txt

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 | « LayoutTests/pointer-lock/pointerlockelement-null-when-pending.html ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/pointer-lock/pointerlockelement-null-when-pending-expected.txt
diff --git a/LayoutTests/pointer-lock/pointerlockelement-null-when-pending-expected.txt b/LayoutTests/pointer-lock/pointerlockelement-null-when-pending-expected.txt
index 0a82f02582d5bb291fe140a0b30ab34a5532cd89..2e615c5fceaf39e631554ea37c5d244cf3bbb5e5 100644
--- a/LayoutTests/pointer-lock/pointerlockelement-null-when-pending-expected.txt
+++ b/LayoutTests/pointer-lock/pointerlockelement-null-when-pending-expected.txt
@@ -3,15 +3,15 @@ Test pointerLockElement is null when a lock is pending.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS document.webkitPointerLockElement is null
+PASS document.pointerLockElement is null
Lock.
-PASS document.webkitPointerLockElement is null
+PASS document.pointerLockElement is null
PASS onpointerlockchange received after: Lock.
-PASS document.webkitPointerLockElement is targetDiv1
+PASS document.pointerLockElement is targetDiv1
Unlock.
-PASS document.webkitPointerLockElement is targetDiv1
+PASS document.pointerLockElement is targetDiv1
PASS onpointerlockchange received after: Unlock.
-PASS document.webkitPointerLockElement is null
+PASS document.pointerLockElement is null
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/pointer-lock/pointerlockelement-null-when-pending.html ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698