summaryrefslogtreecommitdiffstats
path: root/dom/html/crashtests/383137.xhtml
blob: 87d853c03578373b0023682e8003553f07188b37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html xmlns="http://www.w3.org/1999/xhtml">
<script id="script" xmlns="http://www.w3.org/1999/xhtml">//<![CDATA[
function doe(){
document.documentElement.setAttribute('style', '');
}

setTimeout(doe,100);
//]]></script>

<style style="overflow: scroll; display: block;">
style::before {content: counter(section); }
</style>
</html>