tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

script-onerror-insertion-point-2.html (489B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <title>Test that the insertion point is not defined in the error event of a
      4  parser-inserted script that has an unparseable URL</title>
      5 <script src=/resources/testharness.js></script>
      6 <script src=/resources/testharnessreport.js></script>
      7 <script>
      8  var t = async_test("");
      9  var writeDone = t.step_func_done(function(text) {
     10    assert_equals(text, "text");
     11  });
     12 </script>
     13 <iframe src="support/script-onerror-insertion-point-2-helper.html"></iframe>