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 |