blob: abc0eded9d3ca9c67cd8764fb65dbc108cb4fd9a [file] [log] [blame]
<!DOCTYPE html>
<title>Canvas test: type.exists</title>
<meta name="author" content="Philip Taylor">
<script src="../common/canvas-tests.js"></script>
<link rel="stylesheet" href="../common/canvas-tests.css">
<body class="show_output">
<h1><a href="index.type.html">type</a>.exists</h1>
<p class="desc">HTMLCanvasElement is a property of window</p>
<div class="refs">Spec references:
<ul>
<li><a href="../annotated-spec/canvas.html#testrefs.canvas.type">canvas.type</a>
</ul>
</div>
<p class="notes">Defined in "Web IDL" (draft)
<p class="output">Actual output:</p>
<canvas id="c" class="output" width="100" height="50"><p class="fallback">FAIL (fallback content)</p></canvas>
<ul id="d"></ul>
<script>
_addTest(function(canvas, ctx) {
_assert(window.HTMLCanvasElement, "window.HTMLCanvasElement");
});
</script>