diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-05-20 11:29:01 -0500 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-05-20 11:29:01 -0500 |
commit | e52197d1261055527a838f74b353a1124d6b077a (patch) | |
tree | f12eb42b29fd1d5475a27b27ed68896eda0610d5 | |
parent | d68730a0fc755149c1093021e34e7d34693429b7 (diff) | |
parent | 9355186fa6fe88319847f485c15300591ed5947c (diff) | |
download | servo-e52197d1261055527a838f74b353a1124d6b077a.tar.gz servo-e52197d1261055527a838f74b353a1124d6b077a.zip |
Auto merge of #6147 - mbrubeck:experimental, r=SimonSapin
No longer needed after #6138. r? @SimonSapin
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6147)
<!-- Reviewable:end -->
-rw-r--r-- | tests/ref/basic.list | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/ref/basic.list b/tests/ref/basic.list index e27f3ff41b6..27d5b8aa0ce 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -225,7 +225,7 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html == outset.html outset_ref.html != outset_blackborder.html blackborder_ref.html # Should be == with expected failure. See #2797 -experimental != overconstrained_block.html overconstrained_block_ref.html +!= overconstrained_block.html overconstrained_block_ref.html == overflow_auto.html overflow_simple_b.html == overflow_scroll.html overflow_simple_b.html == overflow_simple_a.html overflow_simple_b.html @@ -265,11 +265,11 @@ experimental != overconstrained_block.html overconstrained_block_ref.html == root_height_a.html root_height_b.html == root_margin_collapse_a.html root_margin_collapse_b.html == root_pseudo_a.html root_pseudo_b.html -experimental == rtl_body.html rtl_body_ref.html -experimental == rtl_float_a.html rtl_float_ref.html -experimental == rtl_margin_a.html rtl_margin_ref.html -experimental == rtl_simple.html rtl_simple_ref.html -experimental == rtl_table_a.html rtl_table_ref.html +== rtl_body.html rtl_body_ref.html +== rtl_float_a.html rtl_float_ref.html +== rtl_margin_a.html rtl_margin_ref.html +== rtl_simple.html rtl_simple_ref.html +== rtl_table_a.html rtl_table_ref.html == servo_center_a.html servo_center_ref.html == setattribute_id_restyle_a.html setattribute_id_restyle_b.html == stacking_context_overflow_a.html stacking_context_overflow_ref.html @@ -288,12 +288,12 @@ experimental == rtl_table_a.html rtl_table_ref.html == table_padding_a.html table_padding_ref.html == table_percentage_capping_a.html table_percentage_capping_ref.html == table_percentage_width_a.html table_percentage_width_ref.html -experimental == table_row_direction_a.html table_row_direction_ref.html +== table_row_direction_a.html table_row_direction_ref.html == table_width_attribute_a.html table_width_attribute_ref.html == text_align_complex_a.html text_align_complex_ref.html == text_align_justify_a.html text_align_justify_ref.html -experimental == text_align_rtl.html text_align_rtl_ref.html -experimental == text_align_start_end.html text_align_start_end_ref.html +== text_align_rtl.html text_align_rtl_ref.html +== text_align_start_end.html text_align_start_end_ref.html == text_decoration_cached.html text_decoration_cached_ref.html # text_decoration_propagation_a.html text_decoration_propagation_b.html != text_decoration_smoke_a.html text_decoration_smoke_ref.html |