Index: tests/html/svgelement_test.dart |
diff --git a/tests/html/svgelement_test.dart b/tests/html/svgelement_test.dart |
index 2b573ca97cc477ed5afd8970af1c701ed970164e..ebef7ab86ef2b93d0f235f4ac88c0838a599b97d 100644 |
--- a/tests/html/svgelement_test.dart |
+++ b/tests/html/svgelement_test.dart |
@@ -52,7 +52,9 @@ main() { |
'xmlns="http://www.w3.org/2000/svg" />')); |
expect(el.outerHtml, anyOf(svgContent, |
'<svg xmlns="http://www.w3.org/2000/svg" version="1.1">\n ' |
- '<circle />\n <path />\n</svg>')); |
+ '<circle />\n <path />\n</svg>', |
+ '<svg xmlns="http://www.w3.org/2000/svg" version="1.1">\r\n ' |
+ '<circle />\r\n <path />\r\n</svg>')); |
}); |
test('has no parent', () => |