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

Unified Diff: LayoutTests/fast/clip/nested-rounded-rect.html

Issue 694753004: Correctly ignore "self" for border radius clipping when painting the background phase or fragments. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed fprintf. Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/clip/nested-rounded-rect.html
diff --git a/LayoutTests/fast/clip/nested-rounded-rect.html b/LayoutTests/fast/clip/nested-rounded-rect.html
new file mode 100644
index 0000000000000000000000000000000000000000..4afea3c80359a9f96be3284aad32d30591ed2612
--- /dev/null
+++ b/LayoutTests/fast/clip/nested-rounded-rect.html
@@ -0,0 +1,4 @@
+<div style="position: relative; overflow: hidden; border-radius: 4px;">
mstensho (USE GERRIT) 2014/10/31 22:35:34 Can you add a <!DOCTYPE html>?
chrishtr 2014/10/31 23:53:16 Done.
+ <div style="display: inline-block; position: relative; overflow: hidden; border: 1px solid black; border-radius: 4px 0px 0px 4px; background: lightgray; width: 20px; height: 20px">
mstensho (USE GERRIT) 2014/10/31 22:35:34 Any reason why it's inline-block?
chrishtr 2014/10/31 23:53:16 Removed.
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698