Move whitespace_nowrap_line_breaking_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-16 20:35:57 -04:00
parent 8dd2d09a34
commit 7446c95c35
4 changed files with 25 additions and 1 deletions

View file

@ -2123,6 +2123,18 @@
"url": "/_mozilla/css/whitespace_nowrap_a.html"
}
],
"css/whitespace_nowrap_line_breaking_a.html": [
{
"path": "css/whitespace_nowrap_line_breaking_a.html",
"references": [
[
"/_mozilla/css/whitespace_nowrap_line_breaking_ref.html",
"=="
]
],
"url": "/_mozilla/css/whitespace_nowrap_line_breaking_a.html"
}
],
"css/word-spacing.html": [
{
"path": "css/word-spacing.html",
@ -4980,6 +4992,18 @@
"url": "/_mozilla/css/whitespace_nowrap_a.html"
}
],
"css/whitespace_nowrap_line_breaking_a.html": [
{
"path": "css/whitespace_nowrap_line_breaking_a.html",
"references": [
[
"/_mozilla/css/whitespace_nowrap_line_breaking_ref.html",
"=="
]
],
"url": "/_mozilla/css/whitespace_nowrap_line_breaking_a.html"
}
],
"css/word-spacing.html": [
{
"path": "css/word-spacing.html",

View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<link rel='match' href='whitespace_nowrap_line_breaking_ref.html'>
<style>
body, html {
margin: 0;
}
em {
white-space: nowrap;
}
section {
background: gold;
width: 300px;
}
</style>
<section>
<em>Daniel Dennett</em>
<em>Michael Tye</em>
<em>David Chalmers</em>
<em>Patricia Churchland</em>
<em>Colin McGinn</em>
</section>

View file

@ -0,0 +1,31 @@
<!DOCTYPE html>
<style>
body, html {
margin: 0;
}
em {
white-space: nowrap;
}
section {
background: gold;
width: 300px;
}
#cover {
background: white;
position: absolute;
top: 0;
left: 300px;
right: 0;
bottom: 0;
}
</style>
<section>
<em>Daniel Dennett</em>
<em>Michael Tye</em>
<em>David Chalmers</em>
<em>Patricia Churchland</em>
<em>Colin McGinn</em>
</section>
<div id=cover>
</div>