Title: [205388] trunk/LayoutTests
- Revision
- 205388
- Author
- [email protected]
- Date
- 2016-09-02 17:21:44 -0700 (Fri, 02 Sep 2016)
Log Message
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.
Modified Paths
Added Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (205387 => 205388)
--- trunk/LayoutTests/ChangeLog 2016-09-03 00:12:16 UTC (rev 205387)
+++ trunk/LayoutTests/ChangeLog 2016-09-03 00:21:44 UTC (rev 205388)
@@ -1,3 +1,12 @@
+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-02 Ryosuke Niwa <[email protected]>
Add validations for a synchronously constructed custom element
Modified: trunk/LayoutTests/editing/secure-input/removed-password-input-expected.txt (205387 => 205388)
--- trunk/LayoutTests/editing/secure-input/removed-password-input-expected.txt 2016-09-03 00:12:16 UTC (rev 205387)
+++ trunk/LayoutTests/editing/secure-input/removed-password-input-expected.txt 2016-09-03 00:21:44 UTC (rev 205388)
@@ -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: trunk/LayoutTests/platform/wk2/editing/secure-input/removed-password-input-expected.txt (from rev 205387, trunk/LayoutTests/editing/secure-input/removed-password-input-expected.txt) (0 => 205388)
--- trunk/LayoutTests/platform/wk2/editing/secure-input/removed-password-input-expected.txt (rev 0)
+++ trunk/LayoutTests/platform/wk2/editing/secure-input/removed-password-input-expected.txt 2016-09-03 00:21:44 UTC (rev 205388)
@@ -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