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

Side by Side Diff: LayoutTests/fast/masking/clip-path-inset-large-radii.html

Issue 839903003: [CSS Masking][CSS Shapes] Large corner radii use with inset() clip-path are not properly constrained (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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 <style>
3 div {
4 width: 200px;
5 height: 150px;
6 background-color: blue;
7 -webkit-clip-path: inset(0px round 60%);
8 }
9 </style>
10 <body>
11 <p><a href="http://crbug.com/449638">Issue 449638</a> - [CSS Masking][CSS Sh apes] Large corner radii use with inset() clip-path are not properly constrained </p>
12 <p>The radii for this inset should be constrained in the same way that borde r-radii are constrained. If this happens correctly, you should see a blue ellips e.</p>
13 <p>NOTE: we should have a reftest but currently comparing this clip-path wit h a border-radius expectation will show small pixel differences around the curve .</p>
14 <div></div>
15 </body>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/platform/linux/fast/masking/clip-path-inset-large-radii-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698