зеркало из https://github.com/mozilla/pjs.git
Add crashtests
This commit is contained in:
Родитель
c0df6f9f85
Коммит
27579cb783
|
@ -0,0 +1,5 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
|
||||
<body><table><col onload="3"/>foo</table></body>
|
||||
|
||||
</html>
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче