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

Unified Diff: LayoutTests/canvas/stroke-with-system-color-and-alpha-crash.html

Issue 408813007: Remove non-standard API entry points in CanvasRenderingContext2D (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove some unnecessary mac/virtual/gpu baselines Created 6 years, 1 month 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
Index: LayoutTests/canvas/stroke-with-system-color-and-alpha-crash.html
diff --git a/LayoutTests/canvas/stroke-with-system-color-and-alpha-crash.html b/LayoutTests/canvas/stroke-with-system-color-and-alpha-crash.html
deleted file mode 100644
index d8d87935be0f2ccd6f163d5528767466dbab931a..0000000000000000000000000000000000000000
--- a/LayoutTests/canvas/stroke-with-system-color-and-alpha-crash.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html>
-<canvas width='800px' height='600px' id='my_canvas'></canvas>
-<p>PASS if it does not crash in debug.</p>
-<script>
-var ctx = document.getElementById('my_canvas').getContext('2d');
-ctx.setStrokeColor("ButtonFace", 1);
-
-if (window.testRunner)
- testRunner.dumpAsText();
-</script>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/canvas/stroke-with-system-color-and-alpha-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698