383137.xhtml 343 B

12345678910111213
  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2. <script id="script" xmlns="http://www.w3.org/1999/xhtml">//<![CDATA[
  3. function doe(){
  4. document.documentElement.setAttribute('style', '');
  5. }
  6. setTimeout(doe,100);
  7. //]]></script>
  8. <style style="overflow: scroll; display: block;">
  9. style::before {content: counter(section); }
  10. </style>
  11. </html>