Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  test_drawImageIncomplete.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/canvas/test/test_drawImageIncomplete.html


<!DOCTYPE HTML>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=517056
-->

<head>
  <title>Test for Bug 517056</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
</head>
<body>
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=517056">Mozilla Bug 517056</a>
<p id="display">
  <canvas id="c" width="1" height="1"></canvas>
</p>
<div id="content" style="display: none">

</div>
<pre id="test">
<script type="application/javascript">

/** Test for Bug 517056 **/
var ctx = $("c").getContext('2d');
ctx.fillStyle = "black";
ctx.fillRect(0011);
var data = ctx.getImageData(0011).data;
is(data[0], 0"Red channel of black should be 0");
is(data[1], 0"Green channel of black should be 0");
is(data[2], 0"Blue channel of black should be 0")
is(data[3], 255"Alpha channel of black should be opaque");
var img = new Image();
// Force a new URI every time, so that we don't run into stupid caching issues.
img.src = "image_green-1x1.png?" + (new Date + 0) + Math.random();
// This shouldn't throw
ctx.drawImage(img00);
var data = ctx.getImageData(0011).data;
is(data[0], 0"Red channel of black should be 0 and image should have been ignored");
is(data[1], 0"Green channel of black should be 0 and image should have been ignored");
is(data[2], 0"Blue channel of black should be 0 and image should have been ignored")
is(data[3], 255"Alpha channel of black should be opaque and image should have been ignored");

SimpleTest.waitForExplicitFinish();
img.onload = function() {
  ctx.drawImage(img00);
  var loadData = ctx.getImageData(0011).data;
  is(loadData[0], 0"Red channel of green should be 0");
  is(loadData[1], 255"Green channel of green should be 255");
  is(loadData[2], 0"Blue channel of green should be 0")
  is(loadData[3], 255"Alpha channel of green should be opaque");

  SimpleTest.finish();
}



</script>
</pre>
</body>
</html>

Messung V0.5 in Prozent
C=99 H=100 G=99

¤ Dauer der Verarbeitung: 0.21 Sekunden  (vorverarbeitet am  2026-06-10) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik