Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/layout/reftests/bugs/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 999 B image not shown  

Quelle  632781-verybig.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/layout/reftests/bugs/632781-verybig.html


<!DOCTYPE html>
<html>
  <body>
    <!--
      This test makes sure that scrolling a huge canvas would correctly scroll
      its contents.  We don't accelerate extremely large canvases because of
      GPU maximum texture size limits, so this test makes sure that the
      non-accelerated code path for this operation works correctly.

      The padding in this test is added mostly to make sure that scrollLeft/Top
      correctly skip the padding.
    -->

    <div id="container" style="width: 100px; height: 100px; padding: 10px; overflow: hidden">
      <canvas width="10000" height="120" id="c"></canvas>
    </div>
    <script>
      var ctx = document.getElementById("c").getContext("2d");
      ctx.fillStyle = "red";
      ctx.fillRect(0, 0, 10000, 5000);
      ctx.fillStyle = "green";
      ctx.fillRect(5000, 0, 10000, 5000);
      var container = document.getElementById("container");
      container.scrollLeft = 5010;
      container.scrollTop = 10;
    </script>
  </body>
</html>

Messung V0.5
C=92 H=95 G=93

¤ Dauer der Verarbeitung: 0.9 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.