Add crashtest
git-svn-id: svn://10.0.0.236/trunk@248660 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
31
mozilla/layout/generic/crashtests/400244-1.html
Normal file
31
mozilla/layout/generic/crashtests/400244-1.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
|
||||
#colset {
|
||||
-moz-column-count: 2;
|
||||
-moz-column-gap: 0;
|
||||
border: 2px solid black;
|
||||
height: 12em;
|
||||
}
|
||||
|
||||
#b {
|
||||
margin: 10em 0pt;
|
||||
}
|
||||
|
||||
#i {
|
||||
margin: 12em 0pt;
|
||||
float: left;
|
||||
-moz-appearance: radio-small;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body onload="document.getElementById('i').style.padding = '1em 0';">
|
||||
|
||||
<div id="colset"><br id="b"><div id="i"></div></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -98,6 +98,7 @@ load 399407-1.xhtml
|
||||
load 399843-1.html
|
||||
load 400223-1.html
|
||||
load 400232-1.html
|
||||
load 400244-1.html
|
||||
load 403576-1.html
|
||||
load 404140-1.html
|
||||
load 404146-1.html
|
||||
|
||||
Reference in New Issue
Block a user