mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Move float_clearance_intrinsic_width_a.html to wpt reftests.
This commit is contained in:
parent
fc958d4d2d
commit
6034364552
4 changed files with 25 additions and 1 deletions
|
@ -1079,6 +1079,18 @@
|
|||
"url": "/_mozilla/css/float_clearance_a.html"
|
||||
}
|
||||
],
|
||||
"css/float_clearance_intrinsic_width_a.html": [
|
||||
{
|
||||
"path": "css/float_clearance_intrinsic_width_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/float_clearance_intrinsic_width_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/float_clearance_intrinsic_width_a.html"
|
||||
}
|
||||
],
|
||||
"css/float_intrinsic_height.html": [
|
||||
{
|
||||
"path": "css/float_intrinsic_height.html",
|
||||
|
@ -5532,6 +5544,18 @@
|
|||
"url": "/_mozilla/css/float_clearance_a.html"
|
||||
}
|
||||
],
|
||||
"css/float_clearance_intrinsic_width_a.html": [
|
||||
{
|
||||
"path": "css/float_clearance_intrinsic_width_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/float_clearance_intrinsic_width_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/float_clearance_intrinsic_width_a.html"
|
||||
}
|
||||
],
|
||||
"css/float_intrinsic_height.html": [
|
||||
{
|
||||
"path": "css/float_intrinsic_height.html",
|
||||
|
|
|
@ -0,0 +1,26 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='float_clearance_intrinsic_width_ref.html'>
|
||||
<style>
|
||||
#nav-your-account {
|
||||
background: lightblue;
|
||||
display: inline-block;
|
||||
}
|
||||
.nav-button-title {
|
||||
float: left;
|
||||
clear: both;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<a id="nav-your-account">
|
||||
<div class="nav-button-title">Hello.</div>
|
||||
<div class="nav-button-title">Account</div>
|
||||
<div class="nav-button-title">Account</div>
|
||||
<div class="nav-button-title">Account</div>
|
||||
<div class="nav-button-title">Account</div>
|
||||
<div class="nav-button-title">Account</div>
|
||||
</a>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
#nav-your-account {
|
||||
background: lightblue;
|
||||
display: inline-block;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<a id="nav-your-account">
|
||||
<div class="nav-button-title">Hello.</div>
|
||||
<div class="nav-button-title">Account</div>
|
||||
<div class="nav-button-title">Account</div>
|
||||
<div class="nav-button-title">Account</div>
|
||||
<div class="nav-button-title">Account</div>
|
||||
<div class="nav-button-title">Account</div>
|
||||
</a>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue