mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Move line_height_float_placement_a.html to wpt reftests.
This commit is contained in:
parent
66ce3e9f55
commit
8c4269b5f2
4 changed files with 25 additions and 1 deletions
|
@ -851,6 +851,18 @@
|
|||
"url": "/_mozilla/css/letter_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/line_height_float_placement_a.html": [
|
||||
{
|
||||
"path": "css/line_height_float_placement_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/line_height_float_placement_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/line_height_float_placement_a.html"
|
||||
}
|
||||
],
|
||||
"css/linear_gradients_lengths_a.html": [
|
||||
{
|
||||
"path": "css/linear_gradients_lengths_a.html",
|
||||
|
@ -4140,6 +4152,18 @@
|
|||
"url": "/_mozilla/css/letter_spacing_a.html"
|
||||
}
|
||||
],
|
||||
"css/line_height_float_placement_a.html": [
|
||||
{
|
||||
"path": "css/line_height_float_placement_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/line_height_float_placement_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/line_height_float_placement_a.html"
|
||||
}
|
||||
],
|
||||
"css/linear_gradients_lengths_a.html": [
|
||||
{
|
||||
"path": "css/linear_gradients_lengths_a.html",
|
||||
|
|
|
@ -0,0 +1,33 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='line_height_float_placement_ref.html'>
|
||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
body {
|
||||
font-size: 16px;
|
||||
font-family: Ahem;
|
||||
padding-top: 5px;
|
||||
}
|
||||
#floaty {
|
||||
float: left;
|
||||
height: 20px;
|
||||
width: 100px;
|
||||
}
|
||||
#pre {
|
||||
line-height: 32px;
|
||||
white-space: pre;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id=floaty></div>
|
||||
<div id=pre>x
|
||||
x</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,34 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
body {
|
||||
font-size: 16px;
|
||||
font-family: Ahem, monospace;
|
||||
}
|
||||
#floaty {
|
||||
float: left;
|
||||
height: 20px;
|
||||
width: 100px;
|
||||
}
|
||||
#pre {
|
||||
white-space: pre;
|
||||
}
|
||||
.spacer {
|
||||
color: transparent;
|
||||
font-size: 32px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id=floaty></div>
|
||||
<div id=pre>x<span class=spacer>x</span>
|
||||
x<span class=spacer>x</span></div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue