Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Unified Diff: tests/html/svgelement_test.dart

Issue 1212823002: Fix some tests and exclude others from CRLF rewriting. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Add comments to trigger update of files. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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', () =>
« no previous file with comments | « tests/compiler/dart2js_extra/string_interpolation_test.dart ('k') | tests/language/multiline_strings_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698