mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 17: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
31
layout/generic/crashtests/404219-2.html
Normal file
31
layout/generic/crashtests/404219-2.html
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
/* Standize line-height, because the default varies by platform */
|
||||
line-height: 50px;
|
||||
}
|
||||
div#a {
|
||||
width: 3em;
|
||||
-moz-column-count: 2;
|
||||
-moz-column-gap: 0px;
|
||||
background: lightgreen;
|
||||
}
|
||||
div#b {
|
||||
height: 100px;
|
||||
float: left;
|
||||
background: lightblue;
|
||||
}
|
||||
div#c {
|
||||
height: 100px;
|
||||
background: orange;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="a">
|
||||
<div id="b"><br/><br/>b</div>
|
||||
<div id="c">c c c</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue