gecko-dev/layout
Daniel Holbert 81ff45624a Bug 1691034: Remove problematic "auto-reload" behavior from crashtest 370174-3.html. r=emilio
This "automatic reload" behavior was probably useful as a PoC for the original
bug, but it's no good in a crashtest, because:

(a) the reload probably doesn't even take effect most of the time, since it's
in a setTimeout that the test is under no obligation to wait for.

(b) if the reload *does* get a chance to take effect (e.g. on a slower
test-runner where it takes longer for the test harness to judge the test to be
complete), then the test may simply never terminate (or take a long time to
terminate), because each reload causes some more paints, which the test harness
is then forced to wait on; and another reload may arrive before the test
harness checks back to see if we're done painting.

So: let's just remove the auto-reload behavior from this crashtest.

Differential Revision: https://phabricator.services.mozilla.com/D112686
2021-04-20 14:20:43 +00:00
..
base Backed out changeset 30af8f80e275 (bug 1705927)for causing failures at test_group_hittest-2.html. CLOSED TREE 2021-04-20 12:03:21 +03:00
build Bug 1695404 - follow-up: More tiny cleanup. r=emilio 2021-04-18 19:30:26 +00:00
docs Bug 1682703: [css-grid-3] Remove in-tree masonry draft spec, now that it lives in csswg repo. r=mats DONTBUILD 2020-12-16 05:17:36 +00:00
forms Bug 1702676 - Change public LookAndFeel API to accept a color scheme. r=mstange 2021-04-02 12:22:14 +00:00
generic Bug 1691034: Remove problematic "auto-reload" behavior from crashtest 370174-3.html. r=emilio 2021-04-20 14:20:43 +00:00
inspector Bug 708901 - Migrate to nsTHashSet in layout. r=emilio 2021-03-24 17:56:46 +00:00
ipc Bug 1645528 - Connect nsRefreshDrivers in content processes with a widget-local vsync source r=mattwoodrow,emilio 2020-12-02 09:47:53 +00:00
mathml Bug 1702676 - Change public LookAndFeel API to accept a color scheme. r=mstange 2021-04-02 12:22:14 +00:00
media
painting Bug 1705877 - image-set() should influence intrinsic size of the image. r=dholbert,layout-reviewers 2021-04-19 19:55:27 +00:00
printing Bug 1697344 p3: Don't hold the GradientStops object on CanvasGradient. r=jrmuizel 2021-03-29 12:12:21 +00:00
reftests Backed out changeset 30af8f80e275 (bug 1705927)for causing failures at test_group_hittest-2.html. CLOSED TREE 2021-04-20 12:03:21 +03:00
style Bug 1705877 - image-set() should influence intrinsic size of the image. r=dholbert,layout-reviewers 2021-04-19 19:55:27 +00:00
svg Bug 1705877 - image-set() should influence intrinsic size of the image. r=dholbert,layout-reviewers 2021-04-19 19:55:27 +00:00
tables Bug 1702676 - Change public LookAndFeel API to accept a color scheme. r=mstange 2021-04-02 12:22:14 +00:00
tools Backed out changeset d4a5d8567977 (bug 1696251) for non-unified build bustages. CLOSED TREE 2021-04-19 19:43:31 +03:00
xul Bug 1705877 - image-set() should influence intrinsic size of the image. r=dholbert,layout-reviewers 2021-04-19 19:55:27 +00:00
moz.build