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

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: add more exp Created 7 years, 5 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 drawing in extreme border-radius parameters.
5 An arc should be drawn without any discontinuity.
6 -->
7 <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>
8 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698