Index: LayoutTests/pointer-lock/pointerlock-then-fullscreen-expected.txt |
diff --git a/LayoutTests/http/tests/pointer-lock/pointerlockelement-same-origin-expected.txt b/LayoutTests/pointer-lock/pointerlock-then-fullscreen-expected.txt |
similarity index 60% |
copy from LayoutTests/http/tests/pointer-lock/pointerlockelement-same-origin-expected.txt |
copy to LayoutTests/pointer-lock/pointerlock-then-fullscreen-expected.txt |
index 4663e9e8e2e425e9fc622fa17f3ed68d061d1761..29981ca098ed03a7096a8cb5f61d7290c34bb927 100644 |
--- a/LayoutTests/http/tests/pointer-lock/pointerlockelement-same-origin-expected.txt |
+++ b/LayoutTests/pointer-lock/pointerlock-then-fullscreen-expected.txt |
@@ -1,12 +1,14 @@ |
-Test iframe from same origin can not access pointerLockElement. |
+Test pointerlock then fullscreen. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
+PASS window.testRunner is defined. |
Lock targetDiv1. |
PASS onpointerlockchange received after: Lock targetDiv1. |
PASS document.pointerLockElement is targetDiv1 |
-PASS message is "inner-iframe.html document.pointerLockElement = null" |
+PASS document.pointerLockElement is targetDiv1 |
+PASS document.webkitFullscreenElement is targetDiv1 |
PASS successfullyParsed is true |
TEST COMPLETE |