mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
313 B
HTML
14 lines
313 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Bug 387876 Reference Case 2</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div style="width:100%; height:0px;
|
||
|
-moz-column-width: 20px; -moz-column-gap: 10px;">
|
||
|
<div style="background: lightblue;">a</div>
|
||
|
<p id="weird"
|
||
|
style="background: lightgreen">b cd</p>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|