зеркало из https://github.com/mozilla/gecko-dev.git
Add a crashtest.
This commit is contained in:
Родитель
290ef05236
Коммит
db6b028d1f
|
@ -0,0 +1,24 @@
|
|||
<html>
|
||||
<head>
|
||||
<style type="text/css">
|
||||
|
||||
#colset {
|
||||
height: 2in;
|
||||
-moz-column-count: 3;
|
||||
}
|
||||
#container {
|
||||
position: relative;
|
||||
}
|
||||
#overflow {
|
||||
position: absolute;
|
||||
height: 5in;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body onload="document.getElementById('container').style.counterIncrement = 'foo';">
|
||||
<div id="colset"><div id="container"><div id="overflow"></div></div></div>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -96,6 +96,7 @@ load 398181-1.html
|
|||
load 398181-2.html
|
||||
load 399407-1.xhtml
|
||||
load 399843-1.html
|
||||
load 400223-1.html
|
||||
load 400232-1.html
|
||||
load 403576-1.html
|
||||
load 404140-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче