Title: [245399] trunk/LayoutTests
Revision
245399
Author
[email protected]
Date
2019-05-16 10:27:55 -0700 (Thu, 16 May 2019)

Log Message

[iOS] Select all with existing range selection replaces range instead of selecting all text
https://bugs.webkit.org/show_bug.cgi?id=197950
<rdar://problem/50245131>

Add missing file that was inadvertently omitted from the patch.

* fast/events/ios/resources/submit-form-target-blank-using-return-key.html: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (245398 => 245399)


--- trunk/LayoutTests/ChangeLog	2019-05-16 17:02:40 UTC (rev 245398)
+++ trunk/LayoutTests/ChangeLog	2019-05-16 17:27:55 UTC (rev 245399)
@@ -1,3 +1,13 @@
+2019-05-16  Daniel Bates  <[email protected]>
+
+        [iOS] Select all with existing range selection replaces range instead of selecting all text
+        https://bugs.webkit.org/show_bug.cgi?id=197950
+        <rdar://problem/50245131>
+
+        Add missing file that was inadvertently omitted from the patch.
+
+        * fast/events/ios/resources/submit-form-target-blank-using-return-key.html: Added.
+
 2019-05-16  Ali Juma  <[email protected]>
 
         [IntersectionObserver] Regression: No initial observation when nothing else triggers rendering

Added: trunk/LayoutTests/fast/events/ios/resources/submit-form-target-blank-using-return-key.html (0 => 245399)


--- trunk/LayoutTests/fast/events/ios/resources/submit-form-target-blank-using-return-key.html	                        (rev 0)
+++ trunk/LayoutTests/fast/events/ios/resources/submit-form-target-blank-using-return-key.html	2019-05-16 17:27:55 UTC (rev 245399)
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<html>
+<body>
+<script>window.opener.done()</script>
+</body>
+</html>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to