Chromium Code Reviews| Index: Source/core/css/svg.css |
| diff --git a/Source/core/css/svg.css b/Source/core/css/svg.css |
| index f860d7baade51651650aab15f3170139dfd39222..c3f55390da63457625d4396721f9bbcfb01fd98f 100644 |
| --- a/Source/core/css/svg.css |
| +++ b/Source/core/css/svg.css |
| @@ -47,6 +47,10 @@ svg:not(:root), symbol, image, marker, pattern, foreignObject { |
| overflow: hidden |
| } |
| +svg:root { |
| + overflow: hidden; |
|
krit
2014/04/01 12:23:14
It of course depends how the spec defines the svg
|
| +} |
| + |
| text, foreignObject { |
| display: block |
| } |