Add crashtests
git-svn-id: svn://10.0.0.236/trunk@241496 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
63cea370a2
commit
0b29c1a3bc
5
mozilla/layout/base/crashtests/325984-1.xhtml
Normal file
5
mozilla/layout/base/crashtests/325984-1.xhtml
Normal file
@ -0,0 +1,5 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<body><table><col onload="3"/>foo</table></body>
|
||||
|
||||
</html>
|
||||
31
mozilla/layout/base/crashtests/325984-2.html
Normal file
31
mozilla/layout/base/crashtests/325984-2.html
Normal file
@ -0,0 +1,31 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>colgroup pseudos</title>
|
||||
<style>
|
||||
div.table {background-color:red; color:yellow; display:table}
|
||||
div.col {background-color:green; width:400px; display:table-column}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="table">
|
||||
<div class="col" ></div> anonymous content
|
||||
</div>
|
||||
<div class="table">
|
||||
<div class="col" ></div> <div style="display:table-cell">anonymous cell</div>
|
||||
</div>
|
||||
<div class="table">
|
||||
<div class="col" ></div> <div style="display:table-row">anonymous row</div>
|
||||
</div>
|
||||
<div class="table">
|
||||
<div class="col" ></div> <div style="display:table-row-group">anonymous rowgroup</div>
|
||||
</div>
|
||||
<div class="table">
|
||||
<div class="col" ></div> <div style="display:table">anonymous table</div>
|
||||
</div>
|
||||
<div class="table">
|
||||
<div class="col" ></div> <div style="display:table-caption">anonymous caption</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -8,6 +8,8 @@ load 310638-1.svg
|
||||
load 310638-2.html
|
||||
load 313086-1.xml
|
||||
load 322436-1.html
|
||||
load 325984-1.xhtml
|
||||
load 325984-2.html
|
||||
load 331204-1.html
|
||||
load 335140-1.html
|
||||
load 337419-1.html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user