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

Unified Diff: third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-userSpaceOnUse.html

Issue 2078343005: Fix positioning of CSS reference clips in composited layers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add virtual expectation Created 4 years, 6 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: third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-userSpaceOnUse.html
diff --git a/third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-userSpaceOnUse.html b/third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-userSpaceOnUse.html
index 4c4eeb98c474d97c3b881bae4df61e61b5675a0e..049ae78bcb4162de492b4778e182b03db1daac00 100644
--- a/third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-userSpaceOnUse.html
+++ b/third_party/WebKit/LayoutTests/css3/masking/clip-path-reference-userSpaceOnUse.html
@@ -27,7 +27,7 @@
<body>
<svg height="100" width="100">
<clipPath id="c2" clipPathUnits="userSpaceOnUse">
- <rect x="75" y="179" width="32" height="32"/>
+ <rect x="64" y="64" width="32" height="32"/>
</clipPath>
</svg>
<div id="d"><div id="clip"></div></div>

Powered by Google App Engine
This is Rietveld 408576698