mirror of
https://github.com/servo/servo.git
synced 2025-08-15 18:35:33 +01:00
Move table_width_attribute_a.html to wpt reftests.
This commit is contained in:
parent
f32f38031c
commit
b1de1d4829
4 changed files with 25 additions and 1 deletions
|
@ -627,6 +627,18 @@
|
|||
"url": "/_mozilla/css/table_specified_width_a.html"
|
||||
}
|
||||
],
|
||||
"css/table_width_attribute_a.html": [
|
||||
{
|
||||
"path": "css/table_width_attribute_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/table_width_attribute_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/table_width_attribute_a.html"
|
||||
}
|
||||
],
|
||||
"css/text_align_complex_a.html": [
|
||||
{
|
||||
"path": "css/text_align_complex_a.html",
|
||||
|
@ -2336,6 +2348,18 @@
|
|||
"url": "/_mozilla/css/table_specified_width_a.html"
|
||||
}
|
||||
],
|
||||
"css/table_width_attribute_a.html": [
|
||||
{
|
||||
"path": "css/table_width_attribute_a.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/table_width_attribute_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/table_width_attribute_a.html"
|
||||
}
|
||||
],
|
||||
"css/text_align_complex_a.html": [
|
||||
{
|
||||
"path": "css/text_align_complex_a.html",
|
||||
|
|
16
tests/wpt/mozilla/tests/css/table_width_attribute_a.html
Normal file
16
tests/wpt/mozilla/tests/css/table_width_attribute_a.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel='match' href='table_width_attribute_ref.html'>
|
||||
<style>
|
||||
table {
|
||||
background: gold;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table width=85%><tr><td>a</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
16
tests/wpt/mozilla/tests/css/table_width_attribute_ref.html
Normal file
16
tests/wpt/mozilla/tests/css/table_width_attribute_ref.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
table {
|
||||
width: 85%;
|
||||
background: gold;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table><tr><td>a</td></tr></table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue