Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/xul/crashtests/crashtests.list
<head>
<style>
span { display:block; outline: 10px solid yellow; }
</style>
</head>
<body>
<div>
<div style="display: -moz-inline-box">
<span>M</span>
<span>N</span>
</div>
</div>
</body>
</html>