diff options
author | Ms2ger <Ms2ger@gmail.com> | 2015-08-18 14:04:08 +0200 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2015-08-18 16:48:53 +0200 |
commit | 860b5a1aa3e05b535129e856cc394a5a159d995d (patch) | |
tree | 07a75ccc4331fb8d91aa83e4760cebd280665378 | |
parent | 5b3d3514c1b6fa010a4a5905e01cd2913538a07e (diff) | |
download | servo-860b5a1aa3e05b535129e856cc394a5a159d995d.tar.gz servo-860b5a1aa3e05b535129e856cc394a5a159d995d.zip |
Add missing tests to basic.list (fixes #7077).
-rw-r--r-- | tests/ref/basic.list | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/ref/basic.list b/tests/ref/basic.list index ef1858ffd86..170b3143d0d 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -24,6 +24,7 @@ flaky_cpu == append_style_a.html append_style_b.html == attr_selector_case_sensitivity.html attr_selector_case_sensitivity_ref.html == background_clip_a.html background_clip_ref.html == background_external_stylesheet.html background_ref.html +== background_image_a.html background_image_ref.html == background_image_position_a.html background_image_position_ref.html == background_none_a.html background_none_b.html == background_origin_a.html background_origin_ref.html @@ -78,6 +79,8 @@ flaky_cpu == append_style_a.html append_style_b.html == box_sizing_sanity_check_a.html box_sizing_sanity_check_ref.html == br.html br-ref.html == canvas_as_block_element_a.html canvas_as_block_element_ref.html +== canvas_linear_gradient_a.html canvas_linear_gradient_ref.html +== canvas_radial_gradient_a.html canvas_radial_gradient_ref.html == case-insensitive-font-family.html case-insensitive-font-family-ref.html == clear_generated_content_table_a.html clear_generated_content_table_ref.html == clip_a.html clip_ref.html @@ -246,6 +249,9 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html # Should be == with expected failure. See #2797 != overconstrained_block.html overconstrained_block_ref.html == overflow_auto.html overflow_simple_b.html +# Should be ==? +!= overflow_position_abs_inside_normal_a.html overflow_position_abs_inside_normal_b.html +== overflow_position_abs_simple_a.html overflow_position_abs_simple_b.html == overflow_scroll.html overflow_simple_b.html == overflow_simple_a.html overflow_simple_b.html == overflow_wrap_a.html overflow_wrap_ref.html @@ -295,6 +301,7 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html == setattribute_id_restyle_a.html setattribute_id_restyle_b.html == stacking_context_overflow_a.html stacking_context_overflow_ref.html == stacking_context_overflow_relative_outline_a.html stacking_context_overflow_relative_outline_ref.html +== style_is_in_doc.html style_is_in_doc_ref.html == table_auto_width.html table_auto_width_ref.html == table_caption_bottom_a.html table_caption_bottom_ref.html == table_caption_top_a.html table_caption_top_ref.html @@ -312,6 +319,7 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html == table_percentage_width_a.html table_percentage_width_ref.html == table_preferred_width_a.html table_preferred_width_ref.html == table_row_direction_a.html table_row_direction_ref.html +== table_specified_width_a.html table_specified_width_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 @@ -327,6 +335,7 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html == text_overflow_basic_a.html text_overflow_basic_ref.html == text_shadow_blur_a.html text_shadow_blur_ref.html == text_shadow_decorations_a.html text_shadow_decorations_ref.html +== text_shadow_multiple_shadows_a.html text_shadow_multiple_shadows_ref.html == text_shadow_simple_a.html text_shadow_simple_ref.html == text_transform_capitalize_a.html text_transform_capitalize_ref.html == text_transform_lowercase_a.html text_transform_lowercase_ref.html @@ -359,6 +368,7 @@ experimental == viewport_rule.html viewport_rule_ref.html == webgl-context/clearcolor.html webgl-context/clearcolor_ref.html == webgl-context/draw_arrays_simple.html webgl-context/draw_arrays_simple_ref.html +flaky_macos == white_space_intrinsic_sizes_a.html white_space_intrinsic_sizes_ref.html == whitespace_nowrap_a.html whitespace_nowrap_ref.html == whitespace_nowrap_line_breaking_a.html whitespace_nowrap_line_breaking_ref.html == whitespace_pre.html whitespace_pre_ref.html |