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

Side by Side 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: fabsf 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 <html><body>
Julien - ping for review 2013/06/10 19:50:31 Please add a <!DOCTYPE html> as well as some expla
kouhei (in TOK) 2013/06/11 21:02:53 Done.
2 <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: 5%; border-bottom-left- radius: 5%;"></div>
3 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698