mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
11ab984348
This patch removes the line from new_div that forced a style flush. This was very confusing because: * It behaved differently to new_div in test_animations.html so copying tests over was more complex (particularly when registering for events is involved). * It meant after setting up initial style using new_div you could just call waitForPaints but if you updated style using elem.style you'd need to call waitForPaintsFlushed. In adjusting test_animations_omta.html we are able to simplify the tests somewhat. This patch also adds a few additional checks that waiting to update the compositor does not produce different results. |
||
---|---|---|
.. | ||
analysis | ||
base | ||
build | ||
doc | ||
forms | ||
generic | ||
inspector | ||
ipc | ||
mathml | ||
media | ||
printing | ||
reftests | ||
style | ||
svg | ||
tables | ||
tools | ||
xul | ||
moz.build |