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

Unified Diff: third_party/WebKit/LayoutTests/svg/hixie/mixed/011.xml

Issue 2671853003: [SPInvalidation] Use GeometryMapper in PaintLayerClipper for paint. (Closed)
Patch Set: Merge branch 'master' into paintlayerclipper Created 3 years, 10 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/svg/hixie/mixed/011.xml
diff --git a/third_party/WebKit/LayoutTests/svg/hixie/mixed/011.xml b/third_party/WebKit/LayoutTests/svg/hixie/mixed/011.xml
index 0c6d0e51477c5d746b3be5887106736f6931a025..c99da3256ffdf358e1da483e07f41728bea5c5ac 100644
--- a/third_party/WebKit/LayoutTests/svg/hixie/mixed/011.xml
+++ b/third_party/WebKit/LayoutTests/svg/hixie/mixed/011.xml
@@ -11,11 +11,11 @@
</head>
<body>
<div class="control">FAIL</div>
- <svg xmlns="http://www.w3.org/2000/svg" width="200" height="200">
+ <svg style="overflow: visible" xmlns="http://www.w3.org/2000/svg" width="200" height="200">
<circle cx="100" cy="100" r="50" fill="green"/>
<foreignObject x="0" y="0" width="200" height="200" transform="rotate(45)">
<div xmlns="http://www.w3.org/1999/xhtml" class="test"> There should be a green circle below with no red on this page. </div>
</foreignObject>
</svg>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698