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

Unified Diff: LayoutTests/fast/borders/borderRadiusSlope.html

Issue 15804009: Fix border radius glitch. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add more exp Created 7 years, 6 months 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/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>

Powered by Google App Engine
This is Rietveld 408576698