Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: LayoutTests/canvas/philip/tests/2d.imageData.object.ctor.html

Issue 417873003: First round of updates in response to commenting out stale expectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Accommodate recent expectations change for Win Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/canvas/philip/tests/2d.imageData.object.ctor-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
-
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/canvas/philip/tests/2d.imageData.object.ctor-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698