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

Side by Side Diff: LayoutTests/fast/borders/border-radius-with-empty-inner-border.html

Issue 25977004: Should not use clipOutRoundedRect when a given rounded rect is empty. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!doctype html>
2 <head>
3 <script>
4 if (window.testRunner)
5 testRunner.dumpAsTextWithPixelResults();
6 </script>
7 <style>
8 .a {
9 height: 100px;
10 background-color: lightgrey;
11 }
12 .b {
13 display: block;
14 border-top: 10px solid green;
15 border-radius: 10px;
16 }
17
18 span {
19 font-size: 0px;
20 }
21 </style>
22 </head>
23 <body>
24 <div class="a"><div class="b"></div></div>
25 <span>Test for crbug.com/303922: border-radius makes border not appear on empty block elements. If passes, we can see a rounded top border.</span>
26 </body>
27
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/borders/border-radius-with-empty-inner-border-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698