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

Unified Diff: tests/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/html/html.status ('k') | tests/lib_strong/html/debugger_test_golden.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/svgelement_test.dart
diff --git a/tests/html/svgelement_test.dart b/tests/html/svgelement_test.dart
index 5e5fc89fd9ab57e82a2b583f5aaf4db8704561aa..e1301f8439c1d414292b78c334bf14cb31ad7f1e 100644
--- a/tests/html/svgelement_test.dart
+++ b/tests/html/svgelement_test.dart
@@ -480,14 +480,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/html/html.status ('k') | tests/lib_strong/html/debugger_test_golden.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698