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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/crash-set-font.html

Issue 1416793004: Remove support for -webkit-canvas and Document.getCSSCanvasContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
Index: third_party/WebKit/LayoutTests/fast/canvas/crash-set-font.html
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/crash-set-font.html b/third_party/WebKit/LayoutTests/fast/canvas/crash-set-font.html
deleted file mode 100644
index d1dcb74e9c59d176cad05af62d90fca0daf521ee..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/canvas/crash-set-font.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <script>
- if (window.testRunner)
- testRunner.dumpAsText();
-
- oContext2d = document.getCSSCanvasContext("2d","",0,0);
- oContext2d.font = "small-caps .0ex G";
- oContext2d.font = "italic .0ex G";
- oContext2d.font = "italic 400 .0ex G";
- oContext2d.font = "italic 400 small/.0ex G";
- </script>
-</head>
-<body>
-<p>Test for bug <a href="https://bugs.webkit.org/show_bug.cgi?id=66291">66291</a>: Crash because CSSPrimitiveValue::computeLengthDouble assumes fontMetrics are available</p>
-<p>This test passed as it did not crash.</p>

Powered by Google App Engine
This is Rietveld 408576698