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

Side by Side 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: adding new LayoutTests 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 <div style="left: 10px; top: 10px; width: 300px; height: 15px; position: absolut e; border-width: 1px 0px 0px 1px; border-top-style: solid; border-left-style: so lid; border-top-color: rgb(0, 170, 170); border-left-color: rgb(0, 170, 170); bo rder-top-left-radius: 100%; border-top-right-radius: 0px; border-bottom-right-ra dius: 0px; border-bottom-left-radius: 0px;"></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698