servo/tests
Jack Moffitt 2507bfb2cf Suppress reflows before RefreshTick or FirstLoad
This fixes a bug where partially loaded content is displayed to the user
before it should be, usually before stylesheets have loaded. This commit
supresses reflows until either FirstLoad or RefreshTick, whichever comes
first.

Unfortunately, hit_test and mouse_over did not do reflows if they were
necessary, and so by suppressing the initial spurious reflows, these
methods started to panic without a display list to query. This patch
also transforms these into queries similar to the other existing
queries.
2016-03-03 15:17:46 -07:00
..
compiletest Add infrastructure for compiletests 2016-02-04 16:00:09 +01:00
dromaeo
heartbeats Output to png file since exit flag doesn't work 2016-01-25 15:28:49 -06:00
html Fix unexpected overflow with overflow: hidden set. 2016-03-03 05:02:37 +10:00
jquery
power
unit Auto merge of #9753 - nikkisquared:async_fetch, r=jdm 2016-03-02 01:49:29 +05:30
wpt Suppress reflows before RefreshTick or FirstLoad 2016-03-03 15:17:46 -07:00