dom/base/crashtests/1383780.html
author Serban Stanca <sstanca@mozilla.com>
Thu, 17 Jul 2025 20:21:32 +0300 (5 hours ago)
changeset 797003 7ec5a911287f51bc177058928bb102163a3b656e
parent 372327 5dd6f04aea595f0225f2bb105a34fd5d533af983
permissions -rw-r--r--
Revert "Bug 1977690 - Remove unused AppRequestInterceptor in androidTests r=aaronmt" for causing fenix-debug failures. This reverts commit bc9dc5f4296482e17560627acaacd2797e462211.
<html>
  <head>
    <script>
      try { o1 = document.createElementNS('http://www.w3.org/2000/svg', 'use') } catch(e) { }
      try { o2 = document.createElement('img') } catch(e) { }
      try { o4 = document.createElement('area') } catch(e) { }
      try { o5 = document.createElement('tr') } catch(e) { }
      try { o6 = document.createRange(); } catch(e) { }
      try { o7 = window.getSelection() } catch(e) { }
      try { document.documentElement.appendChild(o1) } catch(e) { }
      try { document.head.outerHTML = '<progress></progress>'; } catch(e) { }
      try { o1.appendChild(o2); } catch(e) { }
      try { o2.appendChild(o4) } catch(e) { }
      try { o4.appendChild(o5); } catch(e) { }
      try { document.designMode = 'on'; } catch(e) { }
      try { o6.selectNode(o5); } catch(e) { }
      try { o7.addRange(o6); } catch(e) { }
      try { document.execCommand('justifyleft', false, null) } catch(e) { }
    </script>
  </head>
</html>