mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Move line_breaking_whitespace_collapse_a.html to wpt reftests.
This commit is contained in:
parent
3abf4eb5d1
commit
83f8585577
4 changed files with 25 additions and 1 deletions
|
@ -863,6 +863,18 @@
|
|||
"url": "/_mozilla/css/li_absolute_containing_block_a.html"
|
||||
}
|
||||
],
|
||||
"css/line_breaking_whitespace_collapse_a.html": [
|
||||
{
|
||||
"path": "css/line_breaking_whitespace_collapse_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/line_breaking_whitespace_collapse_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/line_breaking_whitespace_collapse_a.html"
|
||||
}
|
||||
],
|
||||
"css/line_height_float_placement_a.html": [
|
||||
{
|
||||
"path": "css/line_height_float_placement_a.html",
|
||||
|
@ -4176,6 +4188,18 @@
|
|||
"url": "/_mozilla/css/li_absolute_containing_block_a.html"
|
||||
}
|
||||
],
|
||||
"css/line_breaking_whitespace_collapse_a.html": [
|
||||
{
|
||||
"path": "css/line_breaking_whitespace_collapse_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/line_breaking_whitespace_collapse_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/line_breaking_whitespace_collapse_a.html"
|
||||
}
|
||||
],
|
||||
"css/line_height_float_placement_a.html": [
|
||||
{
|
||||
"path": "css/line_height_float_placement_a.html",
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='line_breaking_whitespace_collapse_ref.html'>
|
||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||
<style>
|
||||
p {
|
||||
font-size: 10px;
|
||||
font-family: Ahem, monospace;
|
||||
width: 300px;
|
||||
}
|
||||
a {
|
||||
color: blue;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>xxxxx xxxxx <a>xxxxx xxx xxxxx</a> xxxxxxxxxxx</p>
|
||||
</body>
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
||||
<style>
|
||||
p {
|
||||
font-size: 10px;
|
||||
font-family: Ahem, monospace;
|
||||
width: 300px;
|
||||
}
|
||||
a {
|
||||
color: blue;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>xxxxx xxxxx <a>xxxxx xxx xxxxx</a><br>xxxxxxxxxxx</p>
|
||||
</body>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue