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

Unified Diff: LayoutTests/fast/borders/borderRadiusMultiColors01.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
« no previous file with comments | « no previous file | LayoutTests/fast/borders/borderRadiusMultiColors01-expected.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..bb433c3f034494beae0148fd65b26af305279c44
--- /dev/null
+++ b/LayoutTests/fast/borders/borderRadiusMultiColors01.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html><body>
+<!--
+ This test checks for border coloring in extreme cases.
+ An diagonal arc should be colored in green and red.
+-->
+<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>
« no previous file with comments | « no previous file | LayoutTests/fast/borders/borderRadiusMultiColors01-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698