From b9bf23473e782ef16ae0d51dc840051451a3fc03 Mon Sep 17 00:00:00 2001 From: Ulrich-Matthias Schäfer Date: Thu, 16 Mar 2017 13:17:47 +0100 Subject: fixing test --- spec/spec/svg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec/svg.js b/spec/spec/svg.js index 318b948..43e41d3 100644 --- a/spec/spec/svg.js +++ b/spec/spec/svg.js @@ -98,7 +98,7 @@ describe('SVG', function() { expect(SVG.parser.draw.node.nodeName).toBe('svg') }) it('hides the parser', function() { - expect(SVG.parser.draw.node.getAttribute('style')).toBe('opacity: 0; position: absolute; left: -100%; top: -100%; overflow: hidden;') + expect(SVG.parser.draw.node.getAttribute('style')).toBe('overflow: hidden; top: -100%; left: -100%; position: absolute; opacity: 0;') }) it('holds polyline and path', function() { expect(SVG.select('polyline', SVG.parser.draw.node).first().type).toBe('polyline') -- cgit v1.2.3