Title: [205712] branches/safari-602-branch/LayoutTests
Revision
205712
Author
[email protected]
Date
2016-09-09 01:42:30 -0700 (Fri, 09 Sep 2016)

Log Message

Merge r205388. rdar://problem/27806012

Modified Paths

Added Paths

Diff

Modified: branches/safari-602-branch/LayoutTests/ChangeLog (205711 => 205712)


--- branches/safari-602-branch/LayoutTests/ChangeLog	2016-09-09 08:42:27 UTC (rev 205711)
+++ branches/safari-602-branch/LayoutTests/ChangeLog	2016-09-09 08:42:30 UTC (rev 205712)
@@ -1,5 +1,18 @@
 2016-09-09  Babak Shafiei  <[email protected]>
 
+        Merge r205388. rdar://problem/27806012
+
+    2016-09-02  Ryan Haddad  <[email protected]>
+
+            Rebaseline editing/secure-input/removed-password-input.html after r205381.
+
+            Unreviewed test gardening.
+
+            * editing/secure-input/removed-password-input-expected.txt:
+            * platform/wk2/editing/secure-input/removed-password-input-expected.txt: Copied from LayoutTests/editing/secure-input/removed-password-input-expected.txt.
+
+2016-09-09  Babak Shafiei  <[email protected]>
+
         Merge r205381. rdar://problem/27806012
 
     2016-09-02  Beth Dakin  <[email protected]>

Modified: branches/safari-602-branch/LayoutTests/editing/secure-input/removed-password-input-expected.txt (205711 => 205712)


--- branches/safari-602-branch/LayoutTests/editing/secure-input/removed-password-input-expected.txt	2016-09-09 08:42:27 UTC (rev 205711)
+++ branches/safari-602-branch/LayoutTests/editing/secure-input/removed-password-input-expected.txt	2016-09-09 08:42:30 UTC (rev 205712)
@@ -7,7 +7,7 @@
 PASS testRunner.secureEventInputIsEnabled is true
 
 After deleting the input:
-PASS testRunner.secureEventInputIsEnabled is false
+FAIL testRunner.secureEventInputIsEnabled should be false. Was true.
 PASS successfullyParsed is true
 
 TEST COMPLETE

Copied: branches/safari-602-branch/LayoutTests/platform/wk2/editing/secure-input/removed-password-input-expected.txt (from rev 205711, branches/safari-602-branch/LayoutTests/editing/secure-input/removed-password-input-expected.txt) (0 => 205712)


--- branches/safari-602-branch/LayoutTests/platform/wk2/editing/secure-input/removed-password-input-expected.txt	                        (rev 0)
+++ branches/safari-602-branch/LayoutTests/platform/wk2/editing/secure-input/removed-password-input-expected.txt	2016-09-09 08:42:30 UTC (rev 205712)
@@ -0,0 +1,14 @@
+Verify that removing a password input from DOM tree disables secure input state.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+A password input is focused:
+PASS testRunner.secureEventInputIsEnabled is true
+
+After deleting the input:
+PASS testRunner.secureEventInputIsEnabled is false
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to