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

Unified Diff: sky/tests/framework/basic.dart

Issue 1160763004: Add support for testing content in SkyView (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
Index: sky/tests/framework/basic.dart
diff --git a/sky/tests/framework/basic.dart b/sky/tests/framework/basic.dart
deleted file mode 100644
index 36d357d18251cd4cd2c2e8522697dbe021531233..0000000000000000000000000000000000000000
--- a/sky/tests/framework/basic.dart
+++ /dev/null
@@ -1,15 +0,0 @@
-import 'dart:sky';
-
-import 'package:sky/framework/fn.dart';
-
-class TestApp extends App {
- UINode build() {
- return new Container(
- inlineStyle: 'background-color: green',
- children: [
- new Text('I am Text'),
- new Image(src: 'resources/united.jpg')
- ]
- );
- }
-}

Powered by Google App Engine
This is Rietveld 408576698