Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / layout / style / crashtests / 397022-1.html
blobececc3fa5f8125a0836dfd04ea8b8ed453ff1d1f
1 <html>
2 <head>
3 <style>
5 div:before { content: counter(c); }
7 .b:before { content: "x"; }
9 </style>
10 </head>
12 <body onload="document.getElementById('v').setAttribute('class', 'b');">
14 <div id="v"></div>
16 </body>
17 </html>