diff --git a/tests/ref/basic.list b/tests/ref/basic.list index 4d8209c12d5..2d1f09c47b4 100644 --- a/tests/ref/basic.list +++ b/tests/ref/basic.list @@ -38,21 +38,10 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html # Fails intermittently (#3636) # == link_style_dynamic_addition.html link_style_dynamic_addition_ref.html -== list_style_position_a.html list_style_position_ref.html -!= list_style_type_a.html list_style_type_ref.html -== margin_a.html margin_b.html -== marker_block_direction_placement_a.html marker_block_direction_placement_ref.html -!= noteq_attr_exists_selector.html attr_exists_selector_ref.html -!= octicons_a.html octicons_ref.html -== ol_japanese_iroha_a.html ol_japanese_iroha_ref.html -!= ol_japanese_iroha_bullet_styles.html ol_japanese_iroha_ref.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_scroll.html overflow_simple_b.html -== overflow_simple_a.html overflow_simple_b.html resolution=300x300,device-pixel-ratio=2 != pixel_snapping_border_a.html pixel_snapping_border_ref.html resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_snapping_position_ref.html # commented out because multiple layers don't work with reftests --pcwalton diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index fb9483e0ece..b865a87d4ca 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -206,6 +206,10 @@ [ "/_mozilla/css/attr_exists_selector_ref.html", "==" + ], + [ + "/_mozilla/css/noteq_attr_exists_selector.html", + "!=" ] ], "url": "/_mozilla/css/attr_exists_selector.html" @@ -2523,6 +2527,30 @@ "url": "/_mozilla/css/list_style_image_sizing_a.html" } ], + "css/list_style_position_a.html": [ + { + "path": "css/list_style_position_a.html", + "references": [ + [ + "/_mozilla/css/list_style_position_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/list_style_position_a.html" + } + ], + "css/list_style_type_a.html": [ + { + "path": "css/list_style_type_a.html", + "references": [ + [ + "/_mozilla/css/list_style_type_ref.html", + "!=" + ] + ], + "url": "/_mozilla/css/list_style_type_a.html" + } + ], "css/many_brs_a.html": [ { "path": "css/many_brs_a.html", @@ -2535,6 +2563,18 @@ "url": "/_mozilla/css/many_brs_a.html" } ], + "css/margin_a.html": [ + { + "path": "css/margin_a.html", + "references": [ + [ + "/_mozilla/css/margin_b.html", + "==" + ] + ], + "url": "/_mozilla/css/margin_a.html" + } + ], "css/margin_padding_inline_block_a.html": [ { "path": "css/margin_padding_inline_block_a.html", @@ -2559,6 +2599,18 @@ "url": "/_mozilla/css/margins_inside_floats_a.html" } ], + "css/marker_block_direction_placement_a.html": [ + { + "path": "css/marker_block_direction_placement_a.html", + "references": [ + [ + "/_mozilla/css/marker_block_direction_placement_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/marker_block_direction_placement_a.html" + } + ], "css/max_width_float_simple_a.html": [ { "path": "css/max_width_float_simple_a.html", @@ -2775,6 +2827,42 @@ "url": "/_mozilla/css/object_element_a.html" } ], + "css/octicons_a.html": [ + { + "path": "css/octicons_a.html", + "references": [ + [ + "/_mozilla/css/octicons_ref.html", + "!=" + ] + ], + "url": "/_mozilla/css/octicons_a.html" + } + ], + "css/ol_japanese_iroha_a.html": [ + { + "path": "css/ol_japanese_iroha_a.html", + "references": [ + [ + "/_mozilla/css/ol_japanese_iroha_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/ol_japanese_iroha_a.html" + } + ], + "css/ol_japanese_iroha_bullet_styles.html": [ + { + "path": "css/ol_japanese_iroha_bullet_styles.html", + "references": [ + [ + "/_mozilla/css/ol_japanese_iroha_ref.html", + "!=" + ] + ], + "url": "/_mozilla/css/ol_japanese_iroha_bullet_styles.html" + } + ], "css/ol_simple_a.html": [ { "path": "css/ol_simple_a.html", @@ -2895,6 +2983,18 @@ "url": "/_mozilla/css/outset_blackborder.html" } ], + "css/overflow_auto.html": [ + { + "path": "css/overflow_auto.html", + "references": [ + [ + "/_mozilla/css/overflow_simple_b.html", + "==" + ] + ], + "url": "/_mozilla/css/overflow_auto.html" + } + ], "css/overflow_auto_stacking_order_a.html": [ { "path": "css/overflow_auto_stacking_order_a.html", @@ -2943,6 +3043,30 @@ "url": "/_mozilla/css/overflow_position_rel_inline_block.html" } ], + "css/overflow_scroll.html": [ + { + "path": "css/overflow_scroll.html", + "references": [ + [ + "/_mozilla/css/overflow_simple_b.html", + "==" + ] + ], + "url": "/_mozilla/css/overflow_scroll.html" + } + ], + "css/overflow_simple_a.html": [ + { + "path": "css/overflow_simple_a.html", + "references": [ + [ + "/_mozilla/css/overflow_simple_b.html", + "==" + ] + ], + "url": "/_mozilla/css/overflow_simple_a.html" + } + ], "css/overflow_wrap_a.html": [ { "path": "css/overflow_wrap_a.html", @@ -5415,6 +5539,10 @@ [ "/_mozilla/css/attr_exists_selector_ref.html", "==" + ], + [ + "/_mozilla/css/noteq_attr_exists_selector.html", + "!=" ] ], "url": "/_mozilla/css/attr_exists_selector.html" @@ -7732,6 +7860,30 @@ "url": "/_mozilla/css/list_style_image_sizing_a.html" } ], + "css/list_style_position_a.html": [ + { + "path": "css/list_style_position_a.html", + "references": [ + [ + "/_mozilla/css/list_style_position_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/list_style_position_a.html" + } + ], + "css/list_style_type_a.html": [ + { + "path": "css/list_style_type_a.html", + "references": [ + [ + "/_mozilla/css/list_style_type_ref.html", + "!=" + ] + ], + "url": "/_mozilla/css/list_style_type_a.html" + } + ], "css/many_brs_a.html": [ { "path": "css/many_brs_a.html", @@ -7744,6 +7896,18 @@ "url": "/_mozilla/css/many_brs_a.html" } ], + "css/margin_a.html": [ + { + "path": "css/margin_a.html", + "references": [ + [ + "/_mozilla/css/margin_b.html", + "==" + ] + ], + "url": "/_mozilla/css/margin_a.html" + } + ], "css/margin_padding_inline_block_a.html": [ { "path": "css/margin_padding_inline_block_a.html", @@ -7768,6 +7932,18 @@ "url": "/_mozilla/css/margins_inside_floats_a.html" } ], + "css/marker_block_direction_placement_a.html": [ + { + "path": "css/marker_block_direction_placement_a.html", + "references": [ + [ + "/_mozilla/css/marker_block_direction_placement_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/marker_block_direction_placement_a.html" + } + ], "css/max_width_float_simple_a.html": [ { "path": "css/max_width_float_simple_a.html", @@ -7984,6 +8160,42 @@ "url": "/_mozilla/css/object_element_a.html" } ], + "css/octicons_a.html": [ + { + "path": "css/octicons_a.html", + "references": [ + [ + "/_mozilla/css/octicons_ref.html", + "!=" + ] + ], + "url": "/_mozilla/css/octicons_a.html" + } + ], + "css/ol_japanese_iroha_a.html": [ + { + "path": "css/ol_japanese_iroha_a.html", + "references": [ + [ + "/_mozilla/css/ol_japanese_iroha_ref.html", + "==" + ] + ], + "url": "/_mozilla/css/ol_japanese_iroha_a.html" + } + ], + "css/ol_japanese_iroha_bullet_styles.html": [ + { + "path": "css/ol_japanese_iroha_bullet_styles.html", + "references": [ + [ + "/_mozilla/css/ol_japanese_iroha_ref.html", + "!=" + ] + ], + "url": "/_mozilla/css/ol_japanese_iroha_bullet_styles.html" + } + ], "css/ol_simple_a.html": [ { "path": "css/ol_simple_a.html", @@ -8104,6 +8316,18 @@ "url": "/_mozilla/css/outset_blackborder.html" } ], + "css/overflow_auto.html": [ + { + "path": "css/overflow_auto.html", + "references": [ + [ + "/_mozilla/css/overflow_simple_b.html", + "==" + ] + ], + "url": "/_mozilla/css/overflow_auto.html" + } + ], "css/overflow_auto_stacking_order_a.html": [ { "path": "css/overflow_auto_stacking_order_a.html", @@ -8152,6 +8376,30 @@ "url": "/_mozilla/css/overflow_position_rel_inline_block.html" } ], + "css/overflow_scroll.html": [ + { + "path": "css/overflow_scroll.html", + "references": [ + [ + "/_mozilla/css/overflow_simple_b.html", + "==" + ] + ], + "url": "/_mozilla/css/overflow_scroll.html" + } + ], + "css/overflow_simple_a.html": [ + { + "path": "css/overflow_simple_a.html", + "references": [ + [ + "/_mozilla/css/overflow_simple_b.html", + "==" + ] + ], + "url": "/_mozilla/css/overflow_simple_a.html" + } + ], "css/overflow_wrap_a.html": [ { "path": "css/overflow_wrap_a.html", diff --git a/tests/wpt/mozilla/tests/css/attr_exists_selector.html b/tests/wpt/mozilla/tests/css/attr_exists_selector.html index a40f01e361d..9290ff83863 100644 --- a/tests/wpt/mozilla/tests/css/attr_exists_selector.html +++ b/tests/wpt/mozilla/tests/css/attr_exists_selector.html @@ -3,6 +3,7 @@