Move line_breaking_whitespace_collapse_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-19 18:34:07 -04:00
parent 3abf4eb5d1
commit 83f8585577
4 changed files with 25 additions and 1 deletions

View file

@ -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",

View file

@ -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>

View file

@ -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>