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

Side by Side Diff: LayoutTests/fast/borders/mixed-border-style2.html

Issue 759373002: Better handling border color style decoration (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove unset border color in RenderStyle Created 6 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
mstensho (USE GERRIT) 2014/12/01 20:59:28 No need for HTML, HEAD and BODY.
3 <head>
4 <style>
5 .box {
6 width: 153px;
7 height: 153px;
8 margin: 10px;
9 border-width: 20px;
10 border-color: black;
11 border-style: groove;
12 }
13 </style>
14 </head>
15 <body>
16 <!-- Test mixed border styles. -->
mstensho (USE GERRIT) 2014/12/01 20:59:28 Could you add some test expectation text here? I.e
17 <div class="box"></div>
18 </body>
19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698