tenfourfox/layout/base/crashtests/331679-3.xml
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

20 lines
383 B
XML

<html xmlns="http://www.w3.org/1999/xhtml">
<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>