| Index: LayoutTests/canvas/philip/tests/2d.imageData.object.ctor.html
|
| diff --git a/LayoutTests/canvas/philip/tests/2d.imageData.object.ctor.html b/LayoutTests/canvas/philip/tests/2d.imageData.object.ctor.html
|
| deleted file mode 100644
|
| index b9bc54d41bcdc87d49f3b09538f1ae2d7d591cfd..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/canvas/philip/tests/2d.imageData.object.ctor.html
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<title>Canvas test: 2d.imageData.object.ctor</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 (fallback content)</p></canvas>
|
| -
|
| -<ul id="d"></ul>
|
| -<script>
|
| -_addTest(function(canvas, ctx) {
|
| -
|
| -_assertDifferent(window.ImageData, undefined, "window.ImageData", "undefined");
|
| -try { var _thrown = false; new window.ImageData(1,1); } catch (e) { _thrown = true; } finally { _assert(_thrown, "should throw exception: new window.ImageData(1,1)"); }
|
| -
|
| -
|
| -});
|
| -</script>
|
| -
|
|
|