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

Unified Diff: LayoutTests/fast/borders/transparent-currentcolor-crash.html

Issue 1173663003: BoxBorderPainter should use computed color alpha (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 | « no previous file | LayoutTests/fast/borders/transparent-currentcolor-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/borders/transparent-currentcolor-crash.html
diff --git a/LayoutTests/fast/borders/transparent-currentcolor-crash.html b/LayoutTests/fast/borders/transparent-currentcolor-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..0a1bef880166364015bcb29c7c6717f94b0f4e7b
--- /dev/null
+++ b/LayoutTests/fast/borders/transparent-currentcolor-crash.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<head>
+ <style>
+
+div {
+ border-style: solid;
+ border-width: 10px;
+ border-left: 10px solid green;
+ color: transparent;
+}
+
+ </style>
+</head>
+
+<body>
+ <div>PASS: did not crash.</div>
+
+ <script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ </script>
+</body>
« no previous file with comments | « no previous file | LayoutTests/fast/borders/transparent-currentcolor-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698