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

Side by Side Diff: LayoutTests/fast/borders/borderRadiusMultiColors02.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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html><body>
3 <!--
4 This test checks for border coloring in extreme cases.
5 The two arcs should be colored in green/red and black/blue.
6 -->
7 <div style="left: 10px; top: 10px; width: 200px; height: 30px; position: absolut e; 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: 95%; border-bottom-left -radius: 5%;"></div>
8 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698