mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Move many_brs_a.html to wpt reftests.
This commit is contained in:
parent
72176abbd3
commit
2c297877f6
4 changed files with 25 additions and 1 deletions
|
@ -158,7 +158,6 @@ flaky_cpu == linebreak_simple_a.html linebreak_simple_b.html
|
||||||
== list_style_image_sizing_a.html list_style_image_sizing_ref.html
|
== list_style_image_sizing_a.html list_style_image_sizing_ref.html
|
||||||
== list_style_position_a.html list_style_position_ref.html
|
== list_style_position_a.html list_style_position_ref.html
|
||||||
!= list_style_type_a.html list_style_type_ref.html
|
!= list_style_type_a.html list_style_type_ref.html
|
||||||
== many_brs_a.html many_brs_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
|
== margins_inside_floats_a.html margins_inside_floats_ref.html
|
||||||
|
|
|
@ -1019,6 +1019,18 @@
|
||||||
"url": "/_mozilla/css/link_style_order.html"
|
"url": "/_mozilla/css/link_style_order.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/many_brs_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/many_brs_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/many_brs_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/many_brs_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",
|
||||||
|
@ -4464,6 +4476,18 @@
|
||||||
"url": "/_mozilla/css/link_style_order.html"
|
"url": "/_mozilla/css/link_style_order.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/many_brs_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/many_brs_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/many_brs_ref.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/many_brs_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='many_brs_ref.html'>
|
||||||
<body>
|
<body>
|
||||||
Cupcakes<br>are<br>supremely<br>delicious.
|
Cupcakes<br>are<br>supremely<br>delicious.
|
||||||
</body>
|
</body>
|
Loading…
Add table
Add a link
Reference in a new issue