| 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..69f436cc335e37fdd62c3bc0aed41421a14b9b42
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/borders/borderRadiusSlope.html
|
| @@ -0,0 +1,8 @@
|
| +<!DOCTYPE html>
|
| +<html><body>
|
| +<!--
|
| + This test checks for border drawing in extreme border-radius parameters.
|
| + An arc should be drawn without any discontinuity.
|
| +-->
|
| +<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>
|
| +</body></html>
|
|
|