summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/403245-1.html
blob: 5c5f731493476665f618ee926b317fdc17895e77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
<style>

#outer { float: left; }
#outer:first-letter { float: left; color: magenta; }

</style>
</head>

<body onload="document.getElementById('inner').style.counterReset = 'chicken';">

<div id="outer"><div id="inner"></div>xy</div>

</body>
</html>