[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.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@245399 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index a8108e7..9aead58 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2019-05-16  Daniel Bates  <dabates@apple.com>
+
+        [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  <ajuma@chromium.org>
 
         [IntersectionObserver] Regression: No initial observation when nothing else triggers rendering
diff --git a/LayoutTests/fast/events/ios/resources/submit-form-target-blank-using-return-key.html b/LayoutTests/fast/events/ios/resources/submit-form-target-blank-using-return-key.html
new file mode 100644
index 0000000..b8f9bd6
--- /dev/null
+++ b/LayoutTests/fast/events/ios/resources/submit-form-target-blank-using-return-key.html
@@ -0,0 +1,6 @@
+<!DOCTYPE html>
+<html>
+<body>
+<script>window.opener.done()</script>
+</body>
+</html>