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

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

Issue 1129883004: [Effen] Update test for recent fn change. (Closed) Base URL: https://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
« no previous file with comments | « no previous file | sky/tests/framework/basic-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/framework/basic.dart
diff --git a/sky/tests/framework/basic.dart b/sky/tests/framework/basic.dart
index 42250cb5c02cf35e2c8348192826655056977b9c..36d357d18251cd4cd2c2e8522697dbe021531233 100644
--- a/sky/tests/framework/basic.dart
+++ b/sky/tests/framework/basic.dart
@@ -8,8 +8,7 @@ class TestApp extends App {
inlineStyle: 'background-color: green',
children: [
new Text('I am Text'),
- new Image(src: 'resources/united.jpg'),
- new Anchor(href: 'http://www.google.com')
+ new Image(src: 'resources/united.jpg')
]
);
}
« no previous file with comments | « no previous file | sky/tests/framework/basic-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698