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

Unified Diff: sky/tests/raw/sector_layout.dart

Issue 1175423007: Create an example app that demonstrates interactive coordination of an fn tree and a raw RenderObje… (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « sky/sdk/lib/widgets/ui_node.dart ('k') | sky/tests/raw/sector_layout-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/raw/sector_layout.dart
diff --git a/sky/examples/widgets/hello_widgets.dart b/sky/tests/raw/sector_layout.dart
similarity index 51%
copy from sky/examples/widgets/hello_widgets.dart
copy to sky/tests/raw/sector_layout.dart
index 59b6a230d14529672c87a85a0aef755e75a820ea..e3abc94e4a8c4a81f47b678b22179a9c8c712dd6 100644
--- a/sky/examples/widgets/hello_widgets.dart
+++ b/sky/tests/raw/sector_layout.dart
@@ -2,14 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-import 'package:sky/widgets/basic.dart';
+import 'dart:async';
-class HelloWorldApp extends App {
- UINode build() {
- return new Text('Hello, fn2!');
- }
-}
+import '../../examples/rendering/sector_layout.dart';
+import '../resources/display_list.dart';
void main() {
- new HelloWorldApp();
+ new TestRenderView(buildSectorExample()).endTest();
}
« no previous file with comments | « sky/sdk/lib/widgets/ui_node.dart ('k') | sky/tests/raw/sector_layout-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698