mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07: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/428521-1b.html
Normal file
28
layout/reftests/bugs/428521-1b.html
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body { margin: 0; }
|
||||
div.a, div.b { display: inline-block; }
|
||||
div.a { width: 200px; background: blue; }
|
||||
div.b { width: 200px; background: green; }
|
||||
td.c { width: 80%; background: orange; }
|
||||
div.d { width: 100px; background: purple; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
The blue and green divs should be on the same line.
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr><td>
|
||||
<table cellspacing=0 cellpadding=0>
|
||||
<tr>
|
||||
<td colspan="2"><div class="a">a</div><div class="b">b</div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="c">c</td>
|
||||
<td><div class="d">d</div></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td></tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue