Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/helpers.cjs')
-rw-r--r--test/integration/helpers.cjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/helpers.cjs b/test/integration/helpers.cjs
index dc03aba..62c2d27 100644
--- a/test/integration/helpers.cjs
+++ b/test/integration/helpers.cjs
@@ -88,5 +88,5 @@ global.selectCounter = function (counter) {
}
global.svgDocument = function (document) {
- return `<?xml version="1.0" standalone="yes"?>\n` + document.querySelector('svg').outerHTML;
+ return `<?xml version="1.0" standalone="no"?>\n` + document.querySelector('svg').outerHTML;
}