Move marker_block_direction_placement_a.html to wpt reftests.

This commit is contained in:
Ms2ger 2015-11-20 11:58:34 +01:00
parent 1a55b4a5fe
commit 07d1f3f546
4 changed files with 25 additions and 1 deletions

View file

@ -38,7 +38,6 @@ prefs:"layout.writing-mode.enabled" == iframe/size_attributes_vertical_writing_m
flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
# Fails intermittently (#3636) # Fails intermittently (#3636)
# == link_style_dynamic_addition.html link_style_dynamic_addition_ref.html # == link_style_dynamic_addition.html link_style_dynamic_addition_ref.html
== marker_block_direction_placement_a.html marker_block_direction_placement_ref.html
!= noteq_attr_exists_selector.html attr_exists_selector_ref.html != noteq_attr_exists_selector.html attr_exists_selector_ref.html
!= octicons_a.html octicons_ref.html != octicons_a.html octicons_ref.html
== ol_japanese_iroha_a.html ol_japanese_iroha_ref.html == ol_japanese_iroha_a.html ol_japanese_iroha_ref.html

View file

@ -2595,6 +2595,18 @@
"url": "/_mozilla/css/margins_inside_floats_a.html" "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": [ "css/max_width_float_simple_a.html": [
{ {
"path": "css/max_width_float_simple_a.html", "path": "css/max_width_float_simple_a.html",
@ -7840,6 +7852,18 @@
"url": "/_mozilla/css/margins_inside_floats_a.html" "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": [ "css/max_width_float_simple_a.html": [
{ {
"path": "css/max_width_float_simple_a.html", "path": "css/max_width_float_simple_a.html",

View file

@ -1,4 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<link rel=match href=marker_block_direction_placement_ref.html>
<style> <style>
body, ol, p { body, ol, p {
margin: 0; margin: 0;