RESOLVED FIXED 196743
[AutoSizing] Avoid making text paragraphs scroll horizontally when there is a wide table
https://bugs.webkit.org/show_bug.cgi?id=196743
Summary [AutoSizing] Avoid making text paragraphs scroll horizontally when there is a...
zalan
Reported 2019-04-09 13:10:45 PDT
Attachments
Patch (21.31 KB, patch)
2019-04-09 15:06 PDT, zalan
thorton: review+
zalan
Comment 1 2019-04-09 15:06:08 PDT
zalan
Comment 2 2019-04-09 16:42:24 PDT
Radar WebKit Bug Importer
Comment 3 2019-04-09 16:43:17 PDT
Truitt Savell
Comment 4 2019-04-10 13:49:36 PDT
zalan
Comment 5 2019-04-10 15:15:04 PDT
(In reply to Truitt Savell from comment #4) > It looks like the changes in https://trac.webkit.org/changeset/244098/webkit > > are most likely responsible for the test > fast/dynamic/paused-event-dispatch.html becoming a timeout. > > History: > https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard. > html#showAllRuns=true&tests=fast%2Fdynamic%2Fpaused-event-dispatch.html > > build: > https://build.webkit.org/builders/Apple%20Mojave%20Debug%20WK1%20(Tests)/ > builds/2992 That's quite surprising because this testcase does not exercise auto-sizing at all.
Truitt Savell
Comment 6 2019-04-11 17:05:08 PDT
We were able to reproduce this failure using command: run-webkit-tests fast/dynamic/crash-subtree-layout-when-auto-size-enabled.html fast/dynamic/paused-event-dispatch.html -1 --no-retry running the test fast/dynamic/crash-subtree-layout-when-auto-size-enabled.html, added in 244098, in front of the timing out test causes the timeout.
zalan
Comment 7 2019-04-11 18:00:53 PDT
(In reply to Truitt Savell from comment #6) > We were able to reproduce this failure using command: > > run-webkit-tests > fast/dynamic/crash-subtree-layout-when-auto-size-enabled.html > fast/dynamic/paused-event-dispatch.html -1 --no-retry > > running the test > fast/dynamic/crash-subtree-layout-when-auto-size-enabled.html, added in > 244098, in front of the timing out test causes the timeout. Ok. Thanks! I'll look into it.
zalan
Comment 8 2019-04-12 09:42:36 PDT
This patch actually revealed a bug in the test framework. We don't reset the auto-sizing mode for subsequent runs.
Truitt Savell
Comment 9 2019-04-12 10:19:11 PDT
*** Bug 196789 has been marked as a duplicate of this bug. ***
Truitt Savell
Comment 10 2019-04-12 10:24:27 PDT
Tracking the test failure and underlying framework bug in https://bugs.webkit.org/show_bug.cgi?id=196789
Note You need to log in before you can comment on or make changes to this bug.