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

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: Changing the test per reviewer's request. 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 <style>
3 .box {
4 width: 153px;
5 height: 153px;
6 margin: 10px;
7 border-width: 20px;
8 border-color: black;
9 border-style: groove;
10 }
11 </style>
12 <!-- Test mixed border styles, expect a square with each border having -->
13 <!-- 2 colors (a lighter one and a darker one). -->
14 <div class="box"></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698