Title: [210642] branches/safari-603-branch/LayoutTests

Diff

Modified: branches/safari-603-branch/LayoutTests/ChangeLog (210641 => 210642)


--- branches/safari-603-branch/LayoutTests/ChangeLog	2017-01-12 16:45:10 UTC (rev 210641)
+++ branches/safari-603-branch/LayoutTests/ChangeLog	2017-01-12 16:45:12 UTC (rev 210642)
@@ -1,5 +1,32 @@
 2017-01-12  Matthew Hanson  <[email protected]>
 
+        Merge r210371. rdar://problem/29851126
+
+    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-12  Matthew Hanson  <[email protected]>
+
         Merge r210147. rdar://problem/29675551
 
     2016-12-23  Simon Fraser  <[email protected]>

Modified: branches/safari-603-branch/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-expected.txt (210641 => 210642)


--- branches/safari-603-branch/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-expected.txt	2017-01-12 16:45:10 UTC (rev 210641)
+++ branches/safari-603-branch/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-expected.txt	2017-01-12 16:45:12 UTC (rev 210642)
@@ -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: branches/safari-603-branch/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock-expected.txt (210641 => 210642)


--- branches/safari-603-branch/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock-expected.txt	2017-01-12 16:45:10 UTC (rev 210641)
+++ branches/safari-603-branch/LayoutTests/http/tests/pointer-lock/iframe-sandboxed-nested-disallow-then-allow-pointer-lock-expected.txt	2017-01-12 16:45:12 UTC (rev 210642)
@@ -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: branches/safari-603-branch/LayoutTests/platform/mac/TestExpectations (210641 => 210642)


--- branches/safari-603-branch/LayoutTests/platform/mac/TestExpectations	2017-01-12 16:45:10 UTC (rev 210641)
+++ branches/safari-603-branch/LayoutTests/platform/mac/TestExpectations	2017-01-12 16:45:12 UTC (rev 210642)
@@ -280,8 +280,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
@@ -288,11 +286,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