Index: LayoutTests/fast/borders/borderRadiusSlope.html |
diff --git a/LayoutTests/fast/borders/borderRadiusSlope.html b/LayoutTests/fast/borders/borderRadiusSlope.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ddb89f183430e6ec8b00e4005b1660b7faecd07b |
--- /dev/null |
+++ b/LayoutTests/fast/borders/borderRadiusSlope.html |
@@ -0,0 +1 @@ |
+<div style="left: 10px; top: 10px; width: 300px; height: 15px; position: absolute; border-width: 1px 0px 0px 1px; border-top-style: solid; border-left-style: solid; border-top-color: rgb(0, 170, 170); border-left-color: rgb(0, 170, 170); border-top-left-radius: 100%; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;"></div> |