aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ref/basic.list1
-rw-r--r--tests/ref/legacy_td_bgcolor_attribute_a.html20
-rw-r--r--tests/ref/legacy_td_bgcolor_attribute_ref.html21
3 files changed, 42 insertions, 0 deletions
diff --git a/tests/ref/basic.list b/tests/ref/basic.list
index 980350b5d9a..a31d6009b74 100644
--- a/tests/ref/basic.list
+++ b/tests/ref/basic.list
@@ -209,4 +209,5 @@ fragment=top != ../html/acid2.html acid2_ref.html
== box_shadow_inset_parsing_a.html box_shadow_inset_parsing_ref.html
!= list_style_type_a.html list_style_type_ref.html
== list_style_position_a.html list_style_position_ref.html
+== legacy_td_bgcolor_attribute_a.html legacy_td_bgcolor_attribute_ref.html
== legacy_table_border_attribute_a.html legacy_table_border_attribute_ref.html
diff --git a/tests/ref/legacy_td_bgcolor_attribute_a.html b/tests/ref/legacy_td_bgcolor_attribute_a.html
new file mode 100644
index 00000000000..d565feadacd
--- /dev/null
+++ b/tests/ref/legacy_td_bgcolor_attribute_a.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<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>
+
diff --git a/tests/ref/legacy_td_bgcolor_attribute_ref.html b/tests/ref/legacy_td_bgcolor_attribute_ref.html
new file mode 100644
index 00000000000..88038dd685b
--- /dev/null
+++ b/tests/ref/legacy_td_bgcolor_attribute_ref.html
@@ -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>
+
+