Title: [257608] trunk/LayoutTests
Revision
257608
Author
n...@apple.com
Date
2020-02-27 17:46:28 -0800 (Thu, 27 Feb 2020)

Log Message

REGRESSION (r257391-257396): [ iOS ] imported/w3c/web-platform-tests/html/browsers/browsing-the-web/history-traversal/scroll-restoration-order.html is failing
https://bugs.webkit.org/show_bug.cgi?id=208323

Unreviewed test gardening.

scroll-restoration-order.html has always failed on iOS. Before r257394, we didn't properly
restore the scroll position before the hashchange event. After r257394, we now properly
restore the scroll position, but do it too early (it's restored before popstate, rather than
between popstate and hashchange). If anything, the new state seems less broken than before,
so this just updates the expected results to reflect the current status of our tests.


* platform/ios-wk2/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/history-traversal/scroll-restoration-order-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (257607 => 257608)


--- trunk/LayoutTests/ChangeLog	2020-02-28 01:42:12 UTC (rev 257607)
+++ trunk/LayoutTests/ChangeLog	2020-02-28 01:46:28 UTC (rev 257608)
@@ -1,3 +1,18 @@
+2020-02-27  Ben Nham  <n...@apple.com>
+
+        REGRESSION (r257391-257396): [ iOS ] imported/w3c/web-platform-tests/html/browsers/browsing-the-web/history-traversal/scroll-restoration-order.html is failing
+        https://bugs.webkit.org/show_bug.cgi?id=208323
+
+        Unreviewed test gardening.
+
+        scroll-restoration-order.html has always failed on iOS. Before r257394, we didn't properly
+        restore the scroll position before the hashchange event. After r257394, we now properly
+        restore the scroll position, but do it too early (it's restored before popstate, rather than
+        between popstate and hashchange). If anything, the new state seems less broken than before,
+        so this just updates the expected results to reflect the current status of our tests.
+
+        * platform/ios-wk2/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/history-traversal/scroll-restoration-order-expected.txt:
+
 2020-02-27  Lauro Moura  <lmo...@igalia.com>
 
         [GTK] Layout test gardening

Modified: trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/history-traversal/scroll-restoration-order-expected.txt (257607 => 257608)


--- trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/history-traversal/scroll-restoration-order-expected.txt	2020-02-28 01:42:12 UTC (rev 257607)
+++ trunk/LayoutTests/platform/ios-wk2/imported/w3c/web-platform-tests/html/browsers/browsing-the-web/history-traversal/scroll-restoration-order-expected.txt	2020-02-28 01:46:28 UTC (rev 257608)
@@ -1,3 +1,3 @@
 
-FAIL Traversing history should restore scroll position after dispatching popstate and before dispatching hashchange assert_array_approx_equals: scroll is restored before hashchange for #2 property 0, expected 100 +/- 1, expected 100 but got 555
+FAIL Traversing history should restore scroll position after dispatching popstate and before dispatching hashchange assert_not_equals: scroll is restored before popstate for #2 got disallowed value 100
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to