Title: [283673] trunk/LayoutTests
Revision
283673
Author
ryanhad...@apple.com
Date
2021-10-06 15:35:11 -0700 (Wed, 06 Oct 2021)

Log Message

[ iOS 15 ]2 fast/dom/HTMLAnchorElement tests are failing
https://bugs.webkit.org/show_bug.cgi?id=231293

Unreviewed test gardening.

Add iOS 14 baselines.

* platform/ios-14/fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download-async-delegate-expected.txt: Added.
* platform/ios-14/fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (283672 => 283673)


--- trunk/LayoutTests/ChangeLog	2021-10-06 22:26:48 UTC (rev 283672)
+++ trunk/LayoutTests/ChangeLog	2021-10-06 22:35:11 UTC (rev 283673)
@@ -1,3 +1,15 @@
+2021-10-06  Ryan Haddad  <ryanhad...@apple.com>
+
+        [ iOS 15 ]2 fast/dom/HTMLAnchorElement tests are failing
+        https://bugs.webkit.org/show_bug.cgi?id=231293
+
+        Unreviewed test gardening.
+
+        Add iOS 14 baselines.
+
+        * platform/ios-14/fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download-async-delegate-expected.txt: Added.
+        * platform/ios-14/fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download-expected.txt: Added.
+
 2021-10-06  Kyle Piddington  <kpidding...@apple.com>
 
         Shadertoy "truchet district" fails to compile with error: Internal error compiling shader with Metal backend"

Added: trunk/LayoutTests/platform/ios-14/fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download-async-delegate-expected.txt (0 => 283673)


--- trunk/LayoutTests/platform/ios-14/fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download-async-delegate-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios-14/fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download-async-delegate-expected.txt	2021-10-06 22:35:11 UTC (rev 283673)
@@ -0,0 +1,6 @@
+Download started.
+Downloading URL with suggested filename "Unknown"
+Download completed.
+The download should succeed.
+
+File backed blob URL

Added: trunk/LayoutTests/platform/ios-14/fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download-expected.txt (0 => 283673)


--- trunk/LayoutTests/platform/ios-14/fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios-14/fast/dom/HTMLAnchorElement/anchor-file-blob-convert-to-download-expected.txt	2021-10-06 22:35:11 UTC (rev 283673)
@@ -0,0 +1,6 @@
+Download started.
+Downloading URL with suggested filename "Unknown"
+Download completed.
+The download should succeed.
+
+File backed blob URL
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to