Title: [210371] trunk/LayoutTests
Revision
210371
Author
[email protected]
Date
2017-01-05 12:37:07 -0800 (Thu, 05 Jan 2017)

Log Message

Update pointer-lock test expectations, enabling passing tests.
https://bugs.webkit.org/show_bug.cgi?id=166656
rdar://problem/29851126

Patch by Jeremy Jones <[email protected]> on 2017-01-05
Reviewed by Alex Christensen.

Several pointer lock tests are passing and are now marked as passing.
pointer-lock/lock-already-locked.html Pass
pointer-lock/lock-element-not-in-dom.html Pass
http/tests/pointer-lock/iframe-sandboxed-allow-pointer-lock.html Pass
http/tests/pointer-lock/iframe-sandboxed-nested-allow-pointer-lock.html Pass
http/tests/pointer-lock/pointerlockelement-different-origin.html Pass
http/tests/pointer-lock/pointerlockelement-same-origin.html Pass
http/tests/pointer-lock/requestPointerLock-can-not-transfer-between-documents.html Pass
http/tests/pointer-lock/iframe-sandboxed.html Pass
http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock.html Pass

* platform/mac/TestExpectations:
* http/tests/pointer-lock/iframe-sandboxed-expected.txt: Updated.
* http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock-expected.txt: Updated

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (210370 => 210371)


--- trunk/LayoutTests/ChangeLog	2017-01-05 20:31:28 UTC (rev 210370)
+++ trunk/LayoutTests/ChangeLog	2017-01-05 20:37:07 UTC (rev 210371)
@@ -1,3 +1,26 @@
+2017-01-05  Jeremy Jones  <[email protected]>
+
+        Update pointer-lock test expectations, enabling passing tests.
+        https://bugs.webkit.org/show_bug.cgi?id=166656
+        rdar://problem/29851126
+
+        Reviewed by Alex Christensen.
+
+        Several pointer lock tests are passing and are now marked as passing.
+        pointer-lock/lock-already-locked.html Pass
+        pointer-lock/lock-element-not-in-dom.html Pass
+        http/tests/pointer-lock/iframe-sandboxed-allow-pointer-lock.html Pass
+        http/tests/pointer-lock/iframe-sandboxed-nested-allow-pointer-lock.html Pass
+        http/tests/pointer-lock/pointerlockelement-different-origin.html Pass
+        http/tests/pointer-lock/pointerlockelement-same-origin.html Pass
+        http/tests/pointer-lock/requestPointerLock-can-not-transfer-between-documents.html Pass
+        http/tests/pointer-lock/iframe-sandboxed.html Pass
+        http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock.html Pass
+
+        * platform/mac/TestExpectations:
+        * http/tests/pointer-lock/iframe-sandboxed-expected.txt: Updated.
+        * http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock-expected.txt: Updated
+
 2017-01-05  Zalan Bujtas  <[email protected]>
 
         Mark the dedicated root linebox for trailing floats in empty inlines dirty.

Modified: trunk/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-expected.txt (210370 => 210371)


--- trunk/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-expected.txt	2017-01-05 20:31:28 UTC (rev 210370)
+++ trunk/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-expected.txt	2017-01-05 20:37:07 UTC (rev 210371)
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: Blocked pointer lock on an element because the element's frame is sandboxed and the 'allow-pointer-lock' permission is not set.
+CONSOLE MESSAGE: line 1: Blocked pointer lock on an element because the element's frame is sandboxed and the 'allow-pointer-lock' permission is not set.
 Test sandboxed iframe blocks pointer lock.
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Modified: trunk/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock-expected.txt (210370 => 210371)


--- trunk/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock-expected.txt	2017-01-05 20:31:28 UTC (rev 210370)
+++ trunk/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock-expected.txt	2017-01-05 20:37:07 UTC (rev 210371)
@@ -1,4 +1,4 @@
-CONSOLE MESSAGE: Blocked pointer lock on an element because the element's frame is sandboxed and the 'allow-pointer-lock' permission is not set.
+CONSOLE MESSAGE: line 1: Blocked pointer lock on an element because the element's frame is sandboxed and the 'allow-pointer-lock' permission is not set.
 Test nested sandboxed iframes without and then with allow-pointer-lock disallow pointer lock.
 
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Modified: trunk/LayoutTests/platform/mac/TestExpectations (210370 => 210371)


--- trunk/LayoutTests/platform/mac/TestExpectations	2017-01-05 20:31:28 UTC (rev 210370)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2017-01-05 20:37:07 UTC (rev 210371)
@@ -279,8 +279,6 @@
 
 # Pointer Lock can only check some of the API at the moment.
 pointer-lock/bug90391-move-then-window-open-crash.html
-pointer-lock/lock-already-locked.html
-pointer-lock/lock-element-not-in-dom.html
 pointer-lock/locked-element-iframe-removed-from-dom.html
 pointer-lock/locked-element-removed-from-dom.html
 pointer-lock/mouse-event-delivery.html
@@ -287,11 +285,7 @@
 pointer-lock/pointerlockchange-event-on-lock-lost.html
 pointer-lock/pointerlockchange-pointerlockerror-events.html
 pointer-lock/pointerlockelement-null-when-pending.html
-pointer-lock/lock-lost-on-navigation.html [ Pass ]
-http/tests/pointer-lock/
 
-pointer-lock/lock-lost-on-alert.html [ Pass ]
-
 webkit.org/b/82763 fast/forms/textarea-placeholder-set-attribute.html
 
 webkit.org/b/102257 fast/dom/Window/open-window-min-size.html
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to