mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Move table_preferred_width_a.html to wpt reftests.
This commit is contained in:
parent
cfa3f83948
commit
97d857c492
4 changed files with 25 additions and 1 deletions
|
@ -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",
|
||||
|
|
36
tests/wpt/mozilla/tests/css/table_preferred_width_a.html
Normal file
36
tests/wpt/mozilla/tests/css/table_preferred_width_a.html
Normal 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>
|
||||
|
35
tests/wpt/mozilla/tests/css/table_preferred_width_ref.html
Normal file
35
tests/wpt/mozilla/tests/css/table_preferred_width_ref.html
Normal 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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue