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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/overflow/empty-composited-child-of-border-radius-ancestor-expected.html

Issue 2569253002: Revert "Fix border radius on composited children." (Closed)
Patch Set: Created 4 years 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 <style>
2 .outermost {
3 border: 4px solid #000;
4 border-radius: 40px;
5 width: 200px;
6 height: 200px;
7 overflow: hidden;
8 }
9
10 </style>
11
12 <div class="outermost">
13 </div>
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698