зеркало из https://github.com/mozilla/gecko-dev.git
Crashtest for bug 404146.
This commit is contained in:
Родитель
fcd171df95
Коммит
46e7c9c4b7
|
@ -0,0 +1,28 @@
|
|||
<html>
|
||||
<head>
|
||||
<style>
|
||||
|
||||
.colset {
|
||||
-moz-column-count: 2;
|
||||
-moz-column-width: 50px;
|
||||
float: left;
|
||||
border: 2px solid black;
|
||||
height: 10em;
|
||||
font: 12px monospace;
|
||||
}
|
||||
|
||||
#t {
|
||||
display: inline-block;
|
||||
background: lightgreen;
|
||||
height: 7em;
|
||||
width: 29px;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body onload="document.getElementById('t').style.width = '30px';">
|
||||
|
||||
<div class="colset">The quick <span><div id="t"></div>brown</span></div>
|
||||
|
||||
</body></html>
|
|
@ -81,6 +81,7 @@ load 397852-1.xhtml
|
|||
load 398181-1.html
|
||||
load 398181-2.html
|
||||
load 400232-1.html
|
||||
load 404146-1.html
|
||||
load 404204-1.html
|
||||
load 406380.html
|
||||
load 407009-1.xhtml
|
||||
|
|
Загрузка…
Ссылка в новой задаче