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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/borders/transparent-currentcolor-crash-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <head>
3 <style>
4
5 div {
6 border-style: solid;
7 border-width: 10px;
8 border-left: 10px solid green;
9 color: transparent;
10 }
11
12 </style>
13 </head>
14
15 <body>
16 <div>PASS: did not crash.</div>
17
18 <script>
19 if (window.testRunner)
20 testRunner.dumpAsText();
21 </script>
22 </body>
OLDNEW
« 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