From 5506cc7c20e266203b16cb022b7784cca7be21ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sun, 15 Sep 2019 17:39:12 +0000 Subject: [PATCH] Bug 1581399 - Remove useless rule in svg.css. r=longsonr It was added in bug 256624, but -moz-binding is no longer exposed to content so it doesn't do anything. Differential Revision: https://phabricator.services.mozilla.com/D45954 --HG-- extra : moz-landing-system : lando --- layout/svg/svg.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/layout/svg/svg.css b/layout/svg/svg.css index 66fbbc724ee8..126f81d2e9bc 100644 --- a/layout/svg/svg.css +++ b/layout/svg/svg.css @@ -36,10 +36,6 @@ symbol:-moz-use-shadow-tree-root { display: inline !important; } -switch { - -moz-binding: none !important; -} - svg:not(:root), symbol, image, marker, pattern, foreignObject { overflow: hidden; }