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

Unified Diff: third_party/WebKit/LayoutTests/paint/roundedrects/degenerate-radius-assert.html

Issue 2606913002: Remove BoxBorderPainter::drawBleedAdjustedDRRect() assert (Closed)
Patch Set: relocate test Created 4 years 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 | « no previous file | third_party/WebKit/LayoutTests/paint/roundedrects/degenerate-radius-assert-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/paint/roundedrects/degenerate-radius-assert.html
diff --git a/third_party/WebKit/LayoutTests/paint/roundedrects/degenerate-radius-assert.html b/third_party/WebKit/LayoutTests/paint/roundedrects/degenerate-radius-assert.html
new file mode 100644
index 0000000000000000000000000000000000000000..e3c1e875bab116ca098c569b6fe355f9b9139595
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/paint/roundedrects/degenerate-radius-assert.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+
+<style>
+
+div {
+ background-image: url("data:image/svg+xml,");
+ border: rgba(72, 28, 175, 0.237000) double 106px; border-bottom-left-radius: 16em 18446744073709551426em;
+}
+
+</style>
+
+<script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+</script>
+
+<div>PASS: did not crash</div>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/roundedrects/degenerate-radius-assert-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698