Move table_preferred_width_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-15 22:14:07 -04:00
parent cfa3f83948
commit 97d857c492
4 changed files with 25 additions and 1 deletions

View file

@ -615,6 +615,18 @@
"url": "/_mozilla/css/table_expansion_to_fit_a.html"
}
],
"css/table_preferred_width_a.html": [
{
"path": "css/table_preferred_width_a.html",
"references": [
[
"/_mozilla/css/table_preferred_width_ref.html",
"=="
]
],
"url": "/_mozilla/css/table_preferred_width_a.html"
}
],
"css/table_row_direction_a.html": [
{
"path": "css/table_row_direction_a.html",
@ -2420,6 +2432,18 @@
"url": "/_mozilla/css/table_expansion_to_fit_a.html"
}
],
"css/table_preferred_width_a.html": [
{
"path": "css/table_preferred_width_a.html",
"references": [
[
"/_mozilla/css/table_preferred_width_ref.html",
"=="
]
],
"url": "/_mozilla/css/table_preferred_width_a.html"
}
],
"css/table_row_direction_a.html": [
{
"path": "css/table_row_direction_a.html",

View file

@ -0,0 +1,36 @@
<!DOCTYPE html>
<link rel='match' href='table_preferred_width_ref.html'>
<style>
#a {
width: 500px;
}
table, table * {
border: none;
border-spacing: 0;
padding: 0;
}
</style>
<div id=a><table><td>
Hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
</td></table></div>

View file

@ -0,0 +1,35 @@
<!DOCTYPE html>
<style>
#a {
width: 500px;
}
table, table * {
border: none;
border-spacing: 0;
padding: 0;
}
</style>
<div id=a>
Hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
hello hello hello hello
</div>