Add crashtests

This commit is contained in:
jruderman@hmc.edu 2007-12-16 18:45:30 -08:00
parent b0f8f73ac8
commit ccb5305d40
3 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<body><table><col onload="3"/>foo</table></body>
</html>

View 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>

View File

@ -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