mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Move fixed_width_overrides_child_intrinsic_width_a.html to wpt reftests.
This commit is contained in:
parent
8b030c5177
commit
4add7d23f8
4 changed files with 25 additions and 1 deletions
|
@ -1259,6 +1259,18 @@
|
|||
"url": "/_mozilla/css/first_of_type_pseudo_a.html"
|
||||
}
|
||||
],
|
||||
"css/fixed_width_overrides_child_intrinsic_width_a.html": [
|
||||
{
|
||||
"path": "css/fixed_width_overrides_child_intrinsic_width_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/fixed_width_overrides_child_intrinsic_width_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/fixed_width_overrides_child_intrinsic_width_a.html"
|
||||
}
|
||||
],
|
||||
"css/flex_nochild.html": [
|
||||
{
|
||||
"path": "css/flex_nochild.html",
|
||||
|
@ -6072,6 +6084,18 @@
|
|||
"url": "/_mozilla/css/first_of_type_pseudo_a.html"
|
||||
}
|
||||
],
|
||||
"css/fixed_width_overrides_child_intrinsic_width_a.html": [
|
||||
{
|
||||
"path": "css/fixed_width_overrides_child_intrinsic_width_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/fixed_width_overrides_child_intrinsic_width_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/fixed_width_overrides_child_intrinsic_width_a.html"
|
||||
}
|
||||
],
|
||||
"css/flex_nochild.html": [
|
||||
{
|
||||
"path": "css/flex_nochild.html",
|
||||
|
|
|
@ -0,0 +1,30 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel=match href=fixed_width_overrides_child_intrinsic_width_ref.html>
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-family: 'ahem';
|
||||
font-size: 100px;
|
||||
margin: 0;
|
||||
line-height: 1;
|
||||
}
|
||||
.fr {
|
||||
float: right;
|
||||
}
|
||||
.green {
|
||||
color: green;
|
||||
}
|
||||
.fixed {
|
||||
width: 100px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="fr">
|
||||
<div class="fixed">
|
||||
<span class="green">X X</span>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
.fr {
|
||||
float: right;
|
||||
}
|
||||
.green {
|
||||
background-color: green;
|
||||
}
|
||||
.fixed {
|
||||
width: 100px;
|
||||
height: 200px;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="fr green fixed"></div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue