From b1ea0145298cc44c915c9daaeb96e1225522ad23 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Fri, 15 Jan 2016 15:58:48 -0800 Subject: [PATCH] add test --- test/unit/styling-scoped.html | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit/styling-scoped.html b/test/unit/styling-scoped.html index 6bcdaa66d7..df39a933a7 100644 --- a/test/unit/styling-scoped.html +++ b/test/unit/styling-scoped.html @@ -231,6 +231,7 @@ test('svg elements properly scoped', function() { assert.include(styled.$.circle.getAttribute('class'), 'style-scope x-styled'); + assert.notInclude(styled.$.circle.getAttribute('class'), 'null'); assertComputed(styled.$.circle, '1px', 'strokeWidth'); });