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 507 B image not shown  

Quelle  579349-1.html   Sprache: unbekannt

 
<!DOCTYPE html>
<html>
<body>
<canvas id="c" width="500" height="200"></canvas>
<div style="position:absolute; left:0; top:0; height:100px; width:100%; background:yellow"></div>
<script>
var c = document.getElementById("c");
var ctx = c.getContext("2d");
ctx.fillStyle = "blue";
ctx.fillRect(0, 0, c.width, c.height);
</script>
</body>
</html>

Messung V0.5
C=93 H=94 G=93

[ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet)  ]