Add crashtest
git-svn-id: svn://10.0.0.236/trunk@242398 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
7b3b608ece
commit
12ac42eb62
14
mozilla/layout/generic/crashtests/323495-1.html
Normal file
14
mozilla/layout/generic/crashtests/323495-1.html
Normal file
@ -0,0 +1,14 @@
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<style>
|
||||
select { width: 1000000px; }
|
||||
</style>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<select><option>a</option></select>
|
||||
|
||||
</body></html>
|
||||
@ -4,6 +4,7 @@ load 323386-1.html
|
||||
load 323389-1.html
|
||||
load 323389-2.html
|
||||
load 323493-1.html
|
||||
load 323495-1.html
|
||||
load 324318-1.html
|
||||
load 328946-1.html
|
||||
load 331284-1.xhtml
|
||||
|
||||
22
mozilla/layout/tables/crashtests/323489-1.html
Normal file
22
mozilla/layout/tables/crashtests/323489-1.html
Normal file
@ -0,0 +1,22 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<style type="text/css">
|
||||
body {
|
||||
overflow: auto;
|
||||
display: -moz-stack;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
|
||||
<table><tbody><tr><td>Cell</td></tr></tbody></table>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@ -1,6 +1,7 @@
|
||||
load 55789-1.html
|
||||
load 284844-1.html
|
||||
load 322779-1.xul
|
||||
load 323489-1.html
|
||||
load 331344-1.html
|
||||
load 331446-1.xhtml
|
||||
load 339315-1.html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user