mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix for race condition causing reftests to hang under load.
If the root layer has a zero size rectangle, it will never be painted, so assume the pipeline is idle in that case. Re-enable two reftests that were disabled due to this issue.
This commit is contained in:
parent
7ca3c8d6e3
commit
591b10aa58
2 changed files with 15 additions and 6 deletions
|
@ -95,6 +95,8 @@ flaky_cpu == append_style_a.html append_style_b.html
|
|||
|
||||
== iframe/bg_color.html iframe/bg_color_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
|
||||
== iframe/multiple_external.html iframe/multiple_external_ref.html
|
||||
== iframe/overflow.html iframe/overflow_ref.html
|
||||
== iframe/positioning_margin.html iframe/positioning_margin_ref.html
|
||||
|
@ -107,9 +109,6 @@ flaky_cpu == append_style_a.html append_style_b.html
|
|||
== iframe/simple_inline_width_height.html iframe/simple_inline_width_height_ref.html
|
||||
== iframe/simple_inline_width_percentage.html iframe/simple_inline_width_percentage_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
|
||||
!= image_rendering_auto_a.html image_rendering_pixelated_a.html
|
||||
== image_rendering_pixelated_a.html image_rendering_pixelated_ref.html
|
||||
== img_block_display_a.html img_block_display_ref.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue