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

Unified Diff: LayoutTests/fast/canvas/canvas-css-clip-path-container-expected.html

Issue 59613010: Fix propagation of clip-path and border-radius clipping to child layers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix for mac build Created 7 years, 1 month 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/canvas/canvas-css-clip-path-container-expected.html
diff --git a/LayoutTests/fast/canvas/canvas-css-clip-path-container-expected.html b/LayoutTests/fast/canvas/canvas-css-clip-path-container-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..ac8359e7980d20aa9e4d58818e109cab7978cd1f
--- /dev/null
+++ b/LayoutTests/fast/canvas/canvas-css-clip-path-container-expected.html
@@ -0,0 +1,10 @@
+<!DOCTYPE HTML>
+<html>
+<body>
+ <p>This test verifies that a clip-path on a div applies correctly to child canvases.</p>
+ <p>Below there should be two green squares with yellow borders.</p>
+ <div style="border-style:solid; border-color:yellow; border-width:10px; background-color:green; width:80px; height:80px;"></div>
+ <br>
+ <div style="border-style:solid; border-color:yellow; border-width:10px; background-color:green; width:80px; height:80px;"></div>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698