mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Move rtl_table_a.html to wpt reftests.
This commit is contained in:
parent
e31ad01103
commit
606c46cd8d
4 changed files with 25 additions and 1 deletions
|
@ -683,6 +683,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/rtl_table_a.html": [
|
||||
{
|
||||
"path": "css/rtl_table_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/rtl_table_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/rtl_table_a.html"
|
||||
}
|
||||
],
|
||||
"css/servo_center_a.html": [
|
||||
{
|
||||
"path": "css/servo_center_a.html",
|
||||
|
@ -2868,6 +2880,18 @@
|
|||
"url": "/_mozilla/css/flex_nochild.html"
|
||||
}
|
||||
],
|
||||
"css/rtl_table_a.html": [
|
||||
{
|
||||
"path": "css/rtl_table_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/rtl_table_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/rtl_table_a.html"
|
||||
}
|
||||
],
|
||||
"css/servo_center_a.html": [
|
||||
{
|
||||
"path": "css/servo_center_a.html",
|
||||
|
|
20
tests/wpt/mozilla/tests/css/rtl_table_a.html
Normal file
20
tests/wpt/mozilla/tests/css/rtl_table_a.html
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='rtl_table_ref.html'>
|
||||
<meta charset="UTF-8">
|
||||
<title>RTL Table test</title>
|
||||
<style>
|
||||
table { direction: rtl; }
|
||||
td {
|
||||
background: orange;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table><tr><td></td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
|
18
tests/wpt/mozilla/tests/css/rtl_table_ref.html
Normal file
18
tests/wpt/mozilla/tests/css/rtl_table_ref.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>RTL Table reference</title>
|
||||
<style>
|
||||
td {
|
||||
background: orange;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table><tr><td></td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue