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

Unified Diff: LayoutTests/pointer-lock/locked-element-removed-from-dom-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
Index: LayoutTests/pointer-lock/locked-element-removed-from-dom-expected.txt
diff --git a/LayoutTests/pointer-lock/locked-element-removed-from-dom-expected.txt b/LayoutTests/pointer-lock/locked-element-removed-from-dom-expected.txt
index d03f1fff417c978672cc0b9cb407e6e90ba0d262..3234ba3d5e6ff98ddf2a4b5fe1fc0bc6f26c6b8c 100644
--- a/LayoutTests/pointer-lock/locked-element-removed-from-dom-expected.txt
+++ b/LayoutTests/pointer-lock/locked-element-removed-from-dom-expected.txt
@@ -6,11 +6,11 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Lock target in iframe. (main document handler).
Lock target in iframe. (iframe handler)
PASS onpointerlockchange received after: Lock target in iframe. (iframe handler)
-PASS targetIframe1.contentDocument.webkitPointerLockElement is targetDiv1
+PASS targetIframe1.contentDocument.pointerLockElement is targetDiv1
PASS targetDiv1.parentElement.parentElement is targetIframe1.contentDocument.body
Remove targetDiv1's parent from iframe & immediately lock target2. (main document handler)
Remove targetDiv1's parent from iframe & immediately lock target2. (iframe handler)
-PASS document.webkitPointerLockElement is null
+PASS document.pointerLockElement is null
PASS targetDiv1.parentElement.parentElement is null
PASS onpointerlockerror received after: Remove targetDiv1's parent from iframe & immediately lock target2. (main document handler)
PASS onpointerlockchange received after: Remove targetDiv1's parent from iframe & immediately lock target2. (iframe handler)
« no previous file with comments | « LayoutTests/pointer-lock/locked-element-removed-from-dom.html ('k') | LayoutTests/pointer-lock/mouse-event-delivery.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698