mirror of
https://github.com/servo/servo.git
synced 2025-09-11 23:48:21 +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
|
@ -1031,6 +1031,18 @@
|
|||
"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": [
|
||||
{
|
||||
"path": "css/max_width_float_simple_a.html",
|
||||
|
@ -4488,6 +4500,18 @@
|
|||
"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": [
|
||||
{
|
||||
"path": "css/max_width_float_simple_a.html",
|
||||
|
|
11
tests/wpt/mozilla/tests/css/margins_inside_floats_a.html
Normal file
11
tests/wpt/mozilla/tests/css/margins_inside_floats_a.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<link rel='match' href='margins_inside_floats_ref.html'>
|
||||
<body>
|
||||
<div style="float: left;">
|
||||
<div style="margin-bottom: 64px;">Must be this tall</div>
|
||||
<div style="margin-top: 64px;">to write multi-threaded code.</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
10
tests/wpt/mozilla/tests/css/margins_inside_floats_ref.html
Normal file
10
tests/wpt/mozilla/tests/css/margins_inside_floats_ref.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<div>
|
||||
<div style="margin-bottom: 64px;">Must be this tall</div>
|
||||
<div style="margin-top: 64px;">to write multi-threaded code.</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue