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

Unified Diff: LayoutTests/fast/canvas/fill-stroke-clip-reset-path-expected.html

Issue 1211303005: Rebaseline fill-stroke-clip-reset-path.html after Skia roll (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/canvas/fill-stroke-clip-reset-path-expected.html
diff --git a/LayoutTests/fast/canvas/fill-stroke-clip-reset-path-expected.html b/LayoutTests/fast/canvas/fill-stroke-clip-reset-path-expected.html
deleted file mode 100644
index b3000b11e14f11f3ce5b8bc9422fbc7cad95ae49..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/canvas/fill-stroke-clip-reset-path-expected.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<html>
-<head>
-<script>
-function testOne(operation)
-{
- var context = document.getElementById(operation).getContext('2d');
-
- context.fillStyle = "green";
- context.fillRect(0, 0, 1000, 1000);
-}
-function test()
-{
- testOne("fill");
- testOne("stroke");
- testOne("clip");
-}
-</script>
-</head>
-<body onload="test()">
-<p>All three of these small canvases should be green, not red.</p>
-<canvas id="fill" width="20" height="20"></canvas>
-<canvas id="stroke" width="20" height="20"></canvas>
-<canvas id="clip" width="20" height="20"></canvas>
-</body>
-</html>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698