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

Unified Diff: test/html5_utils_test.dart

Issue 55143003: webui fixes for 0.8.9 (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years, 2 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: test/html5_utils_test.dart
diff --git a/test/html5_utils_test.dart b/test/html5_utils_test.dart
index 04094dc9707e326d047ebbc3c71243c0e850d394..a642399eb9cf87d8bcdb75ff8d5649e37673fc1e 100644
--- a/test/html5_utils_test.dart
+++ b/test/html5_utils_test.dart
@@ -11,19 +11,16 @@
library html_type_test;
import 'dart:io';
-import 'package:html5lib/dom.dart';
-import 'package:pathos/path.dart' as path;
+import 'package:path/path.dart' as path;
import 'package:unittest/compact_vm_config.dart';
import 'package:unittest/unittest.dart';
import 'package:web_ui/src/html5_setters.g.dart';
import 'package:web_ui/src/html5_utils.dart';
-import 'testing.dart';
-
main() {
useCompactVMConfiguration();
var dir = path.join(
- path.absolute(path.dirname(new Options().script)), 'data', 'out');
+ path.absolute(path.dirname(Platform.script.path)), 'data', 'out');
test('generate type test for tag -> element mapping', () {
var code = new StringBuffer();

Powered by Google App Engine
This is Rietveld 408576698