tenfourfox/dom/html/crashtests/383137.xhtml
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

13 lines
343 B
HTML

<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>