Title: [171249] trunk
Revision
171249
Author
[email protected]
Date
2014-07-18 16:57:40 -0700 (Fri, 18 Jul 2014)

Log Message

Add a manual test for r135044

<https://bugs.webkit.org/show_bug.cgi?id=135044>

Rubber-stamped by Andy Estes.

* ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/ChangeLog (171248 => 171249)


--- trunk/ChangeLog	2014-07-18 22:50:59 UTC (rev 171248)
+++ trunk/ChangeLog	2014-07-18 23:57:40 UTC (rev 171249)
@@ -1,3 +1,13 @@
+2014-07-18  Jon Honeycutt  <[email protected]>
+
+        Add a manual test for r135044
+
+        <https://bugs.webkit.org/show_bug.cgi?id=135044>
+
+        Rubber-stamped by Andy Estes.
+
+        * ManualTests/ios/typing-in-field-that-clears-on-keyup.html: Added.
+
 2014-07-18  Dana Burkart  <[email protected]>
 
         Add a new 'analyze' target to the makefile. This will make use of a new

Added: trunk/ManualTests/ios/typing-in-field-that-clears-on-keyup.html (0 => 171249)


--- trunk/ManualTests/ios/typing-in-field-that-clears-on-keyup.html	                        (rev 0)
+++ trunk/ManualTests/ios/typing-in-field-that-clears-on-keyup.html	2014-07-18 23:57:40 UTC (rev 171249)
@@ -0,0 +1,10 @@
+This tests that typing a misspelling into a field that clears itself on keyup does not crash.
+WebKit bug #<a href=""
+
+<br><br>
+
+<input id="a" placeholder="Using iOS software keyboard, type 'abcdef' here" style="font-size: 25px; width: 100%;">
+
+<script>
+    document.getElementById("a").addEventListener("keyup", function() { this.value = ""; });
+</script>
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to