Title: [280494] trunk/LayoutTests
Revision
280494
Author
ayumi_koj...@apple.com
Date
2021-07-30 13:46:26 -0700 (Fri, 30 Jul 2021)

Log Message

[ iPad ] Rebaselining fast/dom/collection-iterators.html.
https://bugs.webkit.org/show_bug.cgi?id=228657

Unreviewed test gardening.

* platform/ipad/fast/dom/collection-iterators-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (280493 => 280494)


--- trunk/LayoutTests/ChangeLog	2021-07-30 20:44:47 UTC (rev 280493)
+++ trunk/LayoutTests/ChangeLog	2021-07-30 20:46:26 UTC (rev 280494)
@@ -1,3 +1,12 @@
+2021-07-30  Ayumi Kojima  <ayumi_koj...@apple.com>
+
+        [ iPad ] Rebaselining fast/dom/collection-iterators.html.
+        https://bugs.webkit.org/show_bug.cgi?id=228657
+
+        Unreviewed test gardening.
+
+        * platform/ipad/fast/dom/collection-iterators-expected.txt: Added.
+
 2021-07-30  Chris Dumez  <cdu...@apple.com>
 
         Document's fallback base URL should be deduced from its creator when URL is about:blank

Added: trunk/LayoutTests/platform/ipad/fast/dom/collection-iterators-expected.txt (0 => 280494)


--- trunk/LayoutTests/platform/ipad/fast/dom/collection-iterators-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ipad/fast/dom/collection-iterators-expected.txt	2021-07-30 20:46:26 UTC (rev 280494)
@@ -0,0 +1,18 @@
+--- /Volumes/Data/worker/ipados-simulator-14-debug-tests-wk2/build/layout-test-results/fast/dom/collection-iterators-expected.txt
++++ /Volumes/Data/worker/ipados-simulator-14-debug-tests-wk2/build/layout-test-results/fast/dom/collection-iterators-actual.txt
+@@ -129,6 +129,15 @@
+ PASS 'forEach' in obj is false
+ PASS 'values' in obj is false
+ 
++* SourceBufferList
++PASS obj.__proto__ is SourceBufferList.prototype
++PASS Symbol.iterator in obj is true
++PASS for..of did not throw an exception
++PASS 'entries' in obj is false
++PASS 'keys' in obj is false
++PASS 'forEach' in obj is false
++PASS 'values' in obj is false
++
+ * StyleSheetList
+ PASS obj.__proto__ is StyleSheetList.prototype
+ PASS Symbol.iterator in obj is true
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to