summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/spec/svg.js2
1 files changed, 1 insertions, 1 deletions
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')