blob: 676333553db342fdd7bb3956220785f48e4f9a11 [file] [log] [blame]
<!DOCTYPE html>
<title>Canvas test: fallback.multiple</title>
<script src="../tests.js"></script>
<link rel="stylesheet" href="../tests.css">
<body>
<p id="passtext">Pass</p>
<p id="failtext">Fail</p>
<p class="output">These images should be identical:</p>
<canvas id="c" class="output" width="100" height="50"><p class="fallback">FAIL</p><p class="fallback">FAIL</p></canvas>
<ul id="d"></ul>
<script>
_addTest(function(canvas, ctx) {
_assertEqual(canvas.childNodes.length, 2, "canvas.childNodes.length", "2");
});
</script>