layout/reftests/text-decoration/table-quirk-2-ref.html

Thu, 15 Jan 2015 15:59:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:59:08 +0100
branch
TOR_BUG_9701
changeset 10
ac0c01689b40
permissions
-rw-r--r--

Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

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 <u>text in the block</u>
michael@0 6
michael@0 7 <div><u>text in a block in the block</u></div>
michael@0 8
michael@0 9 <table><tbody><tr><td>an HTML table</td></tr></tbody></table>
michael@0 10
michael@0 11 <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 12
michael@0 13 <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>
michael@0 14
michael@0 15 <h1>text-decoration on an inline</h1>
michael@0 16
michael@0 17 <u>text in the block</u>
michael@0 18
michael@0 19 <div><u>text in a block in the block</u></div>
michael@0 20
michael@0 21 <table><tbody><tr><td>an HTML table</td></tr></tbody></table>
michael@0 22
michael@0 23 <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 24
michael@0 25 <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>
michael@0 26

mercurial