mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1369321. Make sure to restyle from all our style roots when rebuilding all style data with stylo. r=bholley
MozReview-Commit-ID: 5pghPVb2UY1 --HG-- extra : rebase_source : 8c2e5c8be9e0dc7b00ee74c9b87498c9541191ef
This commit is contained in:
parent
0362ce39d9
commit
9dedd10909
@ -121,7 +121,8 @@ ServoRestyleManager::PostRebuildAllStyleDataEvent(nsChangeHint aExtraHint,
|
||||
{
|
||||
StyleSet()->ClearDataAndMarkDeviceDirty();
|
||||
|
||||
if (Element* root = mPresContext->Document()->GetRootElement()) {
|
||||
DocumentStyleRootIterator iter(mPresContext->Document());
|
||||
while (Element* root = iter.GetNextStyleRoot()) {
|
||||
PostRestyleEvent(root, aRestyleHint, aExtraHint);
|
||||
}
|
||||
|
||||
|
@ -9,5 +9,5 @@ fuzzy(80,1500) == border-dashed-no-radius.html masked.html
|
||||
fuzzy(80,1500) == border-dashed-radius.html masked.html
|
||||
fuzzy(80,1500) == border-mixed.html masked.html
|
||||
fuzzy(80,1500) == border-dashed-non-integer.html masked.html
|
||||
fuzzy(80,1500) fails-if(styloVsGecko) == border-dashed-radius-zoom.html masked-zoom.html
|
||||
fuzzy(80,1500) == border-dashed-radius-zoom.html masked-zoom.html
|
||||
fuzzy(80,1500) == border-dotted-radius-zero.html masked-small.html
|
||||
|
Loading…
Reference in New Issue
Block a user