1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/text-decoration/table-quirk-2.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,35 @@ 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 +<div style="text-decoration: underline"> 1.9 + 1.10 +text in the block 1.11 + 1.12 +<div>text in a block in the block</div> 1.13 + 1.14 +<table><tbody><tr><td>an HTML table</td></tr></tbody></table> 1.15 + 1.16 +<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.17 + 1.18 +<div style="display: table"><div style="display: table-row-group"><div style="display: table-row"><div style="display: table-cell">a div with table display types</div></div></div></div> 1.19 + 1.20 + 1.21 +</div> 1.22 + 1.23 +<h1>text-decoration on an inline</h1> 1.24 + 1.25 +<div style="text-decoration: underline; display: inline"> 1.26 + 1.27 +text in the block 1.28 + 1.29 +<div>text in a block in the block</div> 1.30 + 1.31 +<table><tbody><tr><td>an HTML table</td></tr></tbody></table> 1.32 + 1.33 +<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.34 + 1.35 +<div style="display: table"><div style="display: table-row-group"><div style="display: table-row"><div style="display: table-cell">a div with table display types</div></div></div></div> 1.36 + 1.37 + 1.38 +</div>