mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Move margins_inside_floats_a.html to wpt reftests.
This commit is contained in:
parent
2c297877f6
commit
9fb26df3c5
4 changed files with 25 additions and 1 deletions
|
@ -160,7 +160,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||||
!= list_style_type_a.html list_style_type_ref.html
|
!= list_style_type_a.html list_style_type_ref.html
|
||||||
== margin_a.html margin_b.html
|
== margin_a.html margin_b.html
|
||||||
== margin_padding_inline_block_a.html margin_padding_inline_block_ref.html
|
== margin_padding_inline_block_a.html margin_padding_inline_block_ref.html
|
||||||
== margins_inside_floats_a.html margins_inside_floats_ref.html
|
|
||||||
== marker_block_direction_placement_a.html marker_block_direction_placement_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
|
||||||
|
|
|
@ -1031,6 +1031,18 @@
|
||||||
"url": "/_mozilla/css/many_brs_a.html"
|
"url": "/_mozilla/css/many_brs_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/margins_inside_floats_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/margins_inside_floats_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/margins_inside_floats_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/margins_inside_floats_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",
|
||||||
|
@ -4488,6 +4500,18 @@
|
||||||
"url": "/_mozilla/css/many_brs_a.html"
|
"url": "/_mozilla/css/many_brs_a.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/margins_inside_floats_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/margins_inside_floats_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/margins_inside_floats_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/margins_inside_floats_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",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
<link rel='match' href='margins_inside_floats_ref.html'>
|
||||||
<body>
|
<body>
|
||||||
<div style="float: left;">
|
<div style="float: left;">
|
||||||
<div style="margin-bottom: 64px;">Must be this tall</div>
|
<div style="margin-bottom: 64px;">Must be this tall</div>
|
Loading…
Add table
Add a link
Reference in a new issue