tor-browser

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

frameset-timing-frame.html (257B)


      1 <script src="/resources/testharness.js"></script>
      2 <script src="/resources/testharnessreport.js"></script>
      3 <script src="./frame-timing.js"></script>
      4 
      5 <script>
      6  test_frame_timing_before_load_event('frame');
      7  test_frame_timing_change_src('frame');
      8 </script>