mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Move table_expansion_to_fit_a.html to wpt reftests.
This commit is contained in:
parent
f4fde1fa84
commit
7d45db1ea8
4 changed files with 25 additions and 1 deletions
|
@ -603,6 +603,18 @@
|
|||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||
}
|
||||
],
|
||||
"css/table_expansion_to_fit_a.html": [
|
||||
{
|
||||
"path": "css/table_expansion_to_fit_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/table_expansion_to_fit_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/table_expansion_to_fit_a.html"
|
||||
}
|
||||
],
|
||||
"css/table_row_direction_a.html": [
|
||||
{
|
||||
"path": "css/table_row_direction_a.html",
|
||||
|
@ -2336,6 +2348,18 @@
|
|||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||
}
|
||||
],
|
||||
"css/table_expansion_to_fit_a.html": [
|
||||
{
|
||||
"path": "css/table_expansion_to_fit_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/table_expansion_to_fit_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/table_expansion_to_fit_a.html"
|
||||
}
|
||||
],
|
||||
"css/table_row_direction_a.html": [
|
||||
{
|
||||
"path": "css/table_row_direction_a.html",
|
||||
|
|
21
tests/wpt/mozilla/tests/css/table_expansion_to_fit_a.html
Normal file
21
tests/wpt/mozilla/tests/css/table_expansion_to_fit_a.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='table_expansion_to_fit_ref.html'>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border-spacing: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table style="width: 500px; text-align: center;">
|
||||
<tr><td style="">Expanding...</td></tr>
|
||||
<tr><td style="">to...</td></tr>
|
||||
<tr><td style="">fit!</td></tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
19
tests/wpt/mozilla/tests/css/table_expansion_to_fit_ref.html
Normal file
19
tests/wpt/mozilla/tests/css/table_expansion_to_fit_ref.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div style="text-align: center; width: 500px;">
|
||||
<div>Expanding...</div>
|
||||
<div>to...</div>
|
||||
<div>fit!</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue