mirror of
https://github.com/servo/servo.git
synced 2025-08-17 11:25:35 +01:00
Move table_center_a.html to wpt reftests.
This commit is contained in:
parent
640837b67e
commit
a5ca38c321
4 changed files with 25 additions and 1 deletions
|
@ -603,6 +603,18 @@
|
|||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||
}
|
||||
],
|
||||
"css/table_center_a.html": [
|
||||
{
|
||||
"path": "css/table_center_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/table_center_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/table_center_a.html"
|
||||
}
|
||||
],
|
||||
"css/table_colspan_fixed_a.html": [
|
||||
{
|
||||
"path": "css/table_colspan_fixed_a.html",
|
||||
|
@ -2528,6 +2540,18 @@
|
|||
"url": "/_mozilla/css/stacking_context_rtl.html"
|
||||
}
|
||||
],
|
||||
"css/table_center_a.html": [
|
||||
{
|
||||
"path": "css/table_center_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/table_center_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/table_center_a.html"
|
||||
}
|
||||
],
|
||||
"css/table_colspan_fixed_a.html": [
|
||||
{
|
||||
"path": "css/table_colspan_fixed_a.html",
|
||||
|
|
13
tests/wpt/mozilla/tests/css/table_center_a.html
Normal file
13
tests/wpt/mozilla/tests/css/table_center_a.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<link rel='match' href='table_center_ref.html'>
|
||||
<style>
|
||||
body, html {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<center><table border=0 cellspacing=0><tr><td style="border: none; padding: 0; height: 100px; width: 100px; background: green"></td></tr></table></center>
|
||||
</body>
|
||||
</html>
|
||||
|
13
tests/wpt/mozilla/tests/css/table_center_ref.html
Normal file
13
tests/wpt/mozilla/tests/css/table_center_ref.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<style>
|
||||
body, html {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<center><div style="height: 100px; width: 100px; background: green"></div></center>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue