mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Move root_margin_collapse_a.html to wpt reftests.
This commit is contained in:
parent
6474a729b4
commit
d735d12ebd
4 changed files with 25 additions and 1 deletions
|
@ -279,7 +279,6 @@ resolution=300x300,device-pixel-ratio=2 != pixel_snapping_position_a.html pixel_
|
||||||
== root_display_inline_a.html root_display_ref.html
|
== root_display_inline_a.html root_display_ref.html
|
||||||
== root_display_without_style_a.html root_display_ref.html
|
== root_display_without_style_a.html root_display_ref.html
|
||||||
== root_height_a.html root_height_b.html
|
== root_height_a.html root_height_b.html
|
||||||
== root_margin_collapse_a.html root_margin_collapse_b.html
|
|
||||||
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
# text_decoration_propagation_a.html text_decoration_propagation_b.html
|
||||||
!= text_decoration_smoke_a.html text_decoration_smoke_ref.html
|
!= text_decoration_smoke_a.html text_decoration_smoke_ref.html
|
||||||
!= text_decoration_underline_subpx_a.html text_decoration_underline_subpx_ref.html
|
!= text_decoration_underline_subpx_a.html text_decoration_underline_subpx_ref.html
|
||||||
|
|
|
@ -683,6 +683,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/root_margin_collapse_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/root_margin_collapse_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/root_margin_collapse_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/root_margin_collapse_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/root_pseudo_a.html": [
|
"css/root_pseudo_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/root_pseudo_a.html",
|
"path": "css/root_pseudo_a.html",
|
||||||
|
@ -2940,6 +2952,18 @@
|
||||||
"url": "/_mozilla/css/flex_nochild.html"
|
"url": "/_mozilla/css/flex_nochild.html"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"css/root_margin_collapse_a.html": [
|
||||||
|
{
|
||||||
|
"path": "css/root_margin_collapse_a.html",
|
||||||
|
"references": [
|
||||||
|
[
|
||||||
|
"/_mozilla/css/root_margin_collapse_b.html",
|
||||||
|
"=="
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"url": "/_mozilla/css/root_margin_collapse_a.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
"css/root_pseudo_a.html": [
|
"css/root_pseudo_a.html": [
|
||||||
{
|
{
|
||||||
"path": "css/root_pseudo_a.html",
|
"path": "css/root_pseudo_a.html",
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<html style="margin-top: 10px;">
|
<html style="margin-top: 10px;">
|
||||||
|
<link rel='match' href='root_margin_collapse_b.html'>
|
||||||
<body style="margin-top: 10px;">
|
<body style="margin-top: 10px;">
|
||||||
<div style="width: 100px; height: 100px; background: black;"></div>
|
<div style="width: 100px; height: 100px; background: black;"></div>
|
||||||
</body>
|
</body>
|
Loading…
Add table
Add a link
Reference in a new issue