| Index: third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-canvas-element/2d.type.exists.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-canvas-element/2d.type.exists.html b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-canvas-element/2d.type.exists.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f29f139262371a44c34ce2cf6dc09df26299944a
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/the-canvas-element/2d.type.exists.html
|
| @@ -0,0 +1,27 @@
|
| +<!DOCTYPE html>
|
| +<!-- DO NOT EDIT! This test has been generated by tools/gentest.py. -->
|
| +<title>Canvas test: 2d.type.exists</title>
|
| +<script src="/resources/testharness.js"></script>
|
| +<script src="/resources/testharnessreport.js"></script>
|
| +<script src="/common/canvas-tests.js"></script>
|
| +<link rel="stylesheet" href="/common/canvas-tests.css">
|
| +<body class="show_output">
|
| +
|
| +<h1>2d.type.exists</h1>
|
| +<p class="desc">The 2D context interface is a property of 'window'</p>
|
| +
|
| +<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>
|
| +var t = async_test("The 2D context interface is a property of 'window'");
|
| +_addTest(function(canvas, ctx) {
|
| +
|
| +_assert(window.CanvasRenderingContext2D, "window.CanvasRenderingContext2D");
|
| +
|
| +
|
| +});
|
| +</script>
|
| +
|
|
|