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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/borders/mixed-border-style2.html
diff --git a/LayoutTests/fast/borders/mixed-border-style2.html b/LayoutTests/fast/borders/mixed-border-style2.html
new file mode 100644
index 0000000000000000000000000000000000000000..2fa2651d2aa41b81fd0eb4c15c8dab630ed8a9e0
--- /dev/null
+++ b/LayoutTests/fast/borders/mixed-border-style2.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<style>
+ .box {
+ width: 153px;
+ height: 153px;
+ margin: 10px;
+ border-width: 20px;
+ border-color: black;
+ border-style: groove;
+ }
+</style>
+<!-- Test mixed border styles, expect a square with each border having -->
+<!-- 2 colors (a lighter one and a darker one). -->
+<div class="box"></div>

Powered by Google App Engine
This is Rietveld 408576698