diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-03-05 18:15:50 -0700 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-03-05 18:15:50 -0700 |
commit | 0a7e495bea48792e5079fabb9ec635f7dd80a8cc (patch) | |
tree | fbe87211a90fe6f74eb9516dd80bf8e0bc0ff62a | |
parent | 7fc37dfaa76c9265e6d2145fe5ef2fba5f6bd013 (diff) | |
parent | 14e438391a9f41f3ea0263d48b7ac7391bfa9db7 (diff) | |
download | servo-0a7e495bea48792e5079fabb9ec635f7dd80a8cc.tar.gz servo-0a7e495bea48792e5079fabb9ec635f7dd80a8cc.zip |
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.
-rw-r--r-- | tests/ref/basic.list | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 8dc421956a4..13e258eb3db 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -139,8 +139,10 @@ fragment=top != ../html/acid2.html acid2_ref.html == iframe/overflow.html iframe/overflow_ref.html == iframe/positioning_margin.html iframe/positioning_margin_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 == inline_block_margin_a.html inline_block_margin_ref.html |