Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/base/crashtests/crashtests.list
<head>
<title>pseudo double SetInitialChildlist</title>
<style>
.cat::-moz-table-row-group { overflow: scroll;}↩
tr { position: absolute;}↩
</style>
</head>
<body>
<div class="cat" style="display:table">
<div style="display:block">
<div style="display:table-cell">Cell</div>
</div>
</div>
↩
</body>
</html>