1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/text-decoration/table-quirk-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,7 @@ 1.4 +<title>text-decoration quirk on tables (Bug 572713)</title> 1.5 + 1.6 +<div><table><tbody><tr><td>text-decoration on container of table</td></tr></tbody></table></div> 1.7 +<div><table><tbody><tr><td style="text-decoration: underline">text-decoration on table</td></tr></tbody></table></div> 1.8 +<div><table><tbody><tr><td style="text-decoration: underline">text-decoration on tbody</td></tr></tbody></table></div> 1.9 +<div><table><tbody><tr><td style="text-decoration: underline">text-decoration on tr</td></tr></tbody></table></div> 1.10 +<div><table><tbody><tr><td style="text-decoration: underline">text-decoration on td</td></tr></tbody></table></div>