summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/537645.xhtml
blob: 457d28c4f828f9834300548fad07fcb4d569073e (plain)
1
2
3
4
5
6
7
8
9
10
11
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
<head>
<style>
span { margin: inherit; }
html, body { column-width: 1px; }
</style>
</head>
<body onload="document.getElementsByTagName('style')[0].setAttribute('foo', 'bar'); document.documentElement.removeAttribute('class');">
<span><i><spacer /><caption /></i><span><span><div /></span></span></span>
</body>
</html>