Index: LayoutTests/fast/borders/borderRadiusMultiColors01.html |
diff --git a/LayoutTests/fast/borders/borderRadiusMultiColors01.html b/LayoutTests/fast/borders/borderRadiusMultiColors01.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6e6a4d27c6e6d03f78df425cfb30430f5dd48fba |
--- /dev/null |
+++ b/LayoutTests/fast/borders/borderRadiusMultiColors01.html |
@@ -0,0 +1,3 @@ |
+<html><body> |
+<div style="left: 10px; top: 10px; width: 200px; height: 30px; position: absolute; border: 1px solid black; border-top-color: red; border-top-left-radius: 95%; border-top-right-radius: 5%; border-left-color: green; border-right-color: blue; border-bottom-color: black; border-bottom-right-radius: 5%; border-bottom-left-radius: 5%;"></div> |
+</body></html> |