mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
auto merge of #5161 : glennw/servo/workaround-race, r=pcwalton
A race condition exists where pipelines that are removed from a document may not ever trigger a paint for that pipeline. The compositor relies on a paint occurring for each pipeline before outputting the image when in reftest mode.
This commit is contained in:
commit
0a7e495bea
1 changed files with 4 additions and 2 deletions
|
@ -139,8 +139,10 @@ fragment=top != ../html/acid2.html acid2_ref.html
|
||||||
== iframe/overflow.html iframe/overflow_ref.html
|
== iframe/overflow.html iframe/overflow_ref.html
|
||||||
== iframe/positioning_margin.html iframe/positioning_margin_ref.html
|
== iframe/positioning_margin.html iframe/positioning_margin_ref.html
|
||||||
== iframe/hide_and_show.html iframe/hide_and_show_ref.html
|
== iframe/hide_and_show.html iframe/hide_and_show_ref.html
|
||||||
== iframe/hide_layers1.html iframe/hide_layers_ref.html
|
|
||||||
== iframe/hide_layers2.html iframe/hide_layers_ref.html
|
# gw: race condition here caused by pipelines never painting when removed from document
|
||||||
|
#== iframe/hide_layers1.html iframe/hide_layers_ref.html
|
||||||
|
#== iframe/hide_layers2.html iframe/hide_layers_ref.html
|
||||||
|
|
||||||
== floated_generated_content_a.html floated_generated_content_b.html
|
== floated_generated_content_a.html floated_generated_content_b.html
|
||||||
== inline_block_margin_a.html inline_block_margin_ref.html
|
== inline_block_margin_a.html inline_block_margin_ref.html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue