Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | <title>text-decoration quirk on tables (Bug 572713)</title> |
michael@0 | 2 | |
michael@0 | 3 | <h1>text-decoration on a block</h1> |
michael@0 | 4 | |
michael@0 | 5 | <div style="text-decoration: underline"> |
michael@0 | 6 | |
michael@0 | 7 | text in the block |
michael@0 | 8 | |
michael@0 | 9 | <div>text in a block in the block</div> |
michael@0 | 10 | |
michael@0 | 11 | <table><tbody><tr><td>an HTML table</td></tr></tbody></table> |
michael@0 | 12 | |
michael@0 | 13 | <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> |
michael@0 | 14 | |
michael@0 | 15 | <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> |
michael@0 | 16 | |
michael@0 | 17 | |
michael@0 | 18 | </div> |
michael@0 | 19 | |
michael@0 | 20 | <h1>text-decoration on an inline</h1> |
michael@0 | 21 | |
michael@0 | 22 | <div style="text-decoration: underline; display: inline"> |
michael@0 | 23 | |
michael@0 | 24 | text in the block |
michael@0 | 25 | |
michael@0 | 26 | <div>text in a block in the block</div> |
michael@0 | 27 | |
michael@0 | 28 | <table><tbody><tr><td>an HTML table</td></tr></tbody></table> |
michael@0 | 29 | |
michael@0 | 30 | <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> |
michael@0 | 31 | |
michael@0 | 32 | <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> |
michael@0 | 33 | |
michael@0 | 34 | |
michael@0 | 35 | </div> |