1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/text-decoration/table-quirk-2-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +<title>text-decoration quirk on tables (Bug 572713)</title> 1.5 + 1.6 +<h1>text-decoration on a block</h1> 1.7 + 1.8 +<u>text in the block</u> 1.9 + 1.10 +<div><u>text in a block in the block</u></div> 1.11 + 1.12 +<table><tbody><tr><td>an HTML table</td></tr></tbody></table> 1.13 + 1.14 +<table style="display:block"><tbody style="display:block"><tr style="display:block"><td style="display:block">an HTML table that's not table-display</td></tr></tbody></table> 1.15 + 1.16 +<div style="display: table"><div style="display: table-row-group"><div style="display: table-row"><div style="display: table-cell"><u>a div with table display types</u></div></div></div></div> 1.17 + 1.18 +<h1>text-decoration on an inline</h1> 1.19 + 1.20 +<u>text in the block</u> 1.21 + 1.22 +<div><u>text in a block in the block</u></div> 1.23 + 1.24 +<table><tbody><tr><td>an HTML table</td></tr></tbody></table> 1.25 + 1.26 +<table style="display:block"><tbody style="display:block"><tr style="display:block"><td style="display:block">an HTML table that's not table-display</td></tr></tbody></table> 1.27 + 1.28 +<div style="display: table"><div style="display: table-row-group"><div style="display: table-row"><div style="display: table-cell"><u>a div with table display types</u></div></div></div></div> 1.29 +