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

Side by Side Diff: LayoutTests/fast/table/table-with-border-radius.html

Issue 111263002: Merge 163220 "Should paint border before background when bleedAv..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1700/
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <script> 4 <script>
5 if (window.testRunner) 5 if (window.testRunner)
6 testRunner.dumpAsTextWithPixelResults(); 6 testRunner.dumpAsTextWithPixelResults();
7 </script> 7 </script>
8 <style> 8 <style>
9 .tableWithBorderRadius { 9 .tableWithBorderRadius {
10 background-color: lightgrey; 10 background-color: lightgrey;
11 border: 1px solid black; 11 border: 1px solid black;
12 border-radius: 5px; 12 border-radius: 5px;
13 display: table; 13 display: table;
14 width: 100px; 14 width: 100px;
15 height: 100px; 15 height: 100px;
16 } 16 }
17 17
18 .description { 18 .description {
19 font-size: 0px; 19 font-size: 0px;
20 } 20 }
21 </style> 21 </style>
22 </head> 22 </head>
23 <body> 23 <body>
24 <div class="tableWithBorderRadius"></div> 24 <div class="tableWithBorderRadius"></div>
25 <div class="description">Test for crbug.com/305216: Borders for CSS tables don't display when border-radius is used.<br> 25 <div class="description">Test for crbug.com/305216: Borders for CSS tables don't display when border-radius is used.<br>
26 If this test passes, rounded black borders will be shown. 26 If this test passes, rounded black borders will be shown.
27 </div> 27 </div>
28 </body> 28 </body>
29 </html> 29 </html>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/table/table-with-border-radius-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698