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

Unified Diff: tests/lib_strong/html/svgelement_test.dart

Issue 2905223002: Cherry-picks of multiple html CLs
Patch Set: Created 3 years, 7 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
« no previous file with comments | « tests/lib_strong/html/debugger_test_golden.txt ('k') | tests/lib_strong/lib_strong.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib_strong/html/svgelement_test.dart
diff --git a/tests/lib_strong/html/svgelement_test.dart b/tests/lib_strong/html/svgelement_test.dart
index 8458f704f587c681ddffc10c587bec68e4dd993d..a8c6be6b2cc2873f244c0d39405aa58b25824bad 100644
--- a/tests/lib_strong/html/svgelement_test.dart
+++ b/tests/lib_strong/html/svgelement_test.dart
@@ -477,14 +477,4 @@ main() {
expect(rect.height, closeTo(100, 1));
});
});
-
- group('PathElement', () {
- test('pathSegList', () {
- svg.PathElement path =
- new svg.SvgElement.svg('<path d="M 100 100 L 300 100 L 200 300 z"/>');
- for (var seg in path.pathSegList) {
- expect(seg is svg.PathSeg, isTrue);
- }
- });
- });
}
« no previous file with comments | « tests/lib_strong/html/debugger_test_golden.txt ('k') | tests/lib_strong/lib_strong.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698