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> |