mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
28
layout/reftests/bugs/368504-3b.html
Normal file
28
layout/reftests/bugs/368504-3b.html
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<html>
|
||||
<head><style>
|
||||
/* cellspacing=0 cellpadding=0 */
|
||||
table { border-spacing: 0 }
|
||||
td, th { padding: 0 }
|
||||
|
||||
/* Table width */
|
||||
table { width: 500px; }
|
||||
|
||||
/* Cell colors + widths */
|
||||
td.a { background: lightgreen; width: 100px; }
|
||||
td.b { background: yellow; width: 60%; }
|
||||
td.c { background: lightblue; width: 30%; }
|
||||
td.d { /* invisible */ min-width: 300px; }
|
||||
</style></head>
|
||||
<body>
|
||||
<table>
|
||||
<tr>
|
||||
<td class="a">a</td>
|
||||
<td class="b">b</td>
|
||||
<td class="c">c</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="d" colspan=3> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue