mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Move float_clearance_a.html to wpt reftests.
This commit is contained in:
parent
93a6c46fdd
commit
a69b2ebfff
4 changed files with 25 additions and 1 deletions
|
@ -803,6 +803,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/float_clearance_a.html": [
|
||||
{
|
||||
"path": "css/float_clearance_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/float_clearance_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/float_clearance_a.html"
|
||||
}
|
||||
],
|
||||
"css/float_intrinsic_height.html": [
|
||||
{
|
||||
"path": "css/float_intrinsic_height.html",
|
||||
|
@ -4848,6 +4860,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/float_clearance_a.html": [
|
||||
{
|
||||
"path": "css/float_clearance_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/float_clearance_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/float_clearance_a.html"
|
||||
}
|
||||
],
|
||||
"css/float_intrinsic_height.html": [
|
||||
{
|
||||
"path": "css/float_intrinsic_height.html",
|
||||
|
|
14
tests/wpt/mozilla/tests/css/float_clearance_a.html
Normal file
14
tests/wpt/mozilla/tests/css/float_clearance_a.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='float_clearance_ref.html'>
|
||||
</head>
|
||||
<body>
|
||||
<div style="width: 256px;">
|
||||
<div style="width: 237px; float: left;">hello</div>
|
||||
<div style="clear: both;">darkness</div>
|
||||
<div style="float: left;">my old friend</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
13
tests/wpt/mozilla/tests/css/float_clearance_ref.html
Normal file
13
tests/wpt/mozilla/tests/css/float_clearance_ref.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
<div style="width: 256px;">
|
||||
<div style="width: 237px; float: left;">hello</div>
|
||||
<div style="clear: both;">darkness</div>
|
||||
<div>my old friend</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue