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

Unified Diff: third_party/WebKit/LayoutTests/svg/hixie/mixed/006.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/006.xml
diff --git a/third_party/WebKit/LayoutTests/svg/hixie/mixed/006.xml b/third_party/WebKit/LayoutTests/svg/hixie/mixed/006.xml
index f8025234ea9781e6cfe800d9fe61bffe17b6d424..63c29cef62bdf3296ac8b2261c5c2c7c3dfa284e 100644
--- a/third_party/WebKit/LayoutTests/svg/hixie/mixed/006.xml
+++ b/third_party/WebKit/LayoutTests/svg/hixie/mixed/006.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">
<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