Move legacy_td_bgcolor_attribute_a.html to wpt reftests.

This commit is contained in:
Corey Farwell 2015-10-16 21:07:15 -04:00
parent 6ebe6fdebe
commit 39efcf7bae
4 changed files with 25 additions and 1 deletions

View file

@ -719,6 +719,18 @@
"url": "/_mozilla/css/legacy_table_border_attribute_a.html"
}
],
"css/legacy_td_bgcolor_attribute_a.html": [
{
"path": "css/legacy_td_bgcolor_attribute_a.html",
"references": [
[
"/_mozilla/css/legacy_td_bgcolor_attribute_ref.html",
"=="
]
],
"url": "/_mozilla/css/legacy_td_bgcolor_attribute_a.html"
}
],
"css/nth_child_pseudo_a.html": [
{
"path": "css/nth_child_pseudo_a.html",
@ -3672,6 +3684,18 @@
"url": "/_mozilla/css/legacy_table_border_attribute_a.html"
}
],
"css/legacy_td_bgcolor_attribute_a.html": [
{
"path": "css/legacy_td_bgcolor_attribute_a.html",
"references": [
[
"/_mozilla/css/legacy_td_bgcolor_attribute_ref.html",
"=="
]
],
"url": "/_mozilla/css/legacy_td_bgcolor_attribute_a.html"
}
],
"css/nth_child_pseudo_a.html": [
{
"path": "css/nth_child_pseudo_a.html",

View file

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<link rel='match' href='legacy_td_bgcolor_attribute_ref.html'>
<body>
<table border=0 cellspacing=0 cellpadding=0>
<tr><td bgcolor=chucknorris width=100>&nbsp;</td></tr>
<tr><td bgcolor=ChuckNorris width=100>&nbsp;</td></tr>
<tr><td bgcolor=sick width=100>&nbsp;</td></tr>
<tr><td bgcolor=crap width=100>&nbsp;</td></tr>
<tr><td bgcolor=LuckBeALadyTonight width=100>&nbsp;</td></tr>
<tr><td bgcolor=#abc width=100>&nbsp;</td></tr>
<tr><td bgcolor=#123456 width=100>&nbsp;</td></tr>
<tr><td bgcolor=#abacab width=100>&nbsp;</td></tr>
<tr><td bgcolor=#AbaCab width=100>&nbsp;</td></tr>
<tr><td bgcolor=#ABACAB width=100>&nbsp;</td></tr>
<tr><td bgcolor=transparent width=100>&nbsp;</td></tr>
<tr><td bgcolor=gold width=100>&nbsp;</td></tr>
</table>
</body>
</html>

View file

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<body>
<table border=0 cellspacing=0 cellpadding=0>
<tr><td style="background: #c00000" width=100>&nbsp;</td></tr>
<tr><td style="background: #c00000" width=100>&nbsp;</td></tr>
<tr><td style="background: #00c000" width=100>&nbsp;</td></tr>
<tr><td style="background: #c0a000" width=100>&nbsp;</td></tr>
<tr><td style="background: #00a000" width=100>&nbsp;</td></tr>
<tr><td style="background: #aabbcc" width=100>&nbsp;</td></tr>
<tr><td style="background: #123456" width=100>&nbsp;</td></tr>
<tr><td style="background: #abacab" width=100>&nbsp;</td></tr>
<tr><td style="background: #abacab" width=100>&nbsp;</td></tr>
<tr><td style="background: #abacab" width=100>&nbsp;</td></tr>
<tr><td width=100>&nbsp;</td></tr>
<tr><td style="background: gold" width=100>&nbsp;</td></tr>
</table>
</body>
</html>