tor-browser

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

text-metrics-for-unpaintable-crash.html (173B)


      1 <!DOCTYPE html>
      2 <!-- https://github.com/servo/servo/issues/36845 -->
      3 <canvas id="canvas" height="0"></canvas>
      4 <script>
      5  canvas.getContext("2d").measureText("1");
      6 </script>