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

Unified Diff: sky/tests/lowlevel/filters-expected.sky

Issue 922893002: Merge the Sky Engine changes from the SkyDart branch (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/tests/lowlevel/filters.sky ('k') | sky/tests/lowlevel/home.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/lowlevel/filters-expected.sky
diff --git a/sky/tests/lowlevel/filters-expected.sky b/sky/tests/lowlevel/filters-expected.sky
index a73b6fa41d30f4ca0f05f902b4454dfe2c9a5ee9..34757d00717860359561aa2e3c92d11d9623128f 100644
--- a/sky/tests/lowlevel/filters-expected.sky
+++ b/sky/tests/lowlevel/filters-expected.sky
@@ -1,13 +1,18 @@
<foo>
-<import src="../resources/run-after-display.sky" as="runAfterDisplay" />
+<import src="../resources/run-after-display.sky" />
<img src="http://storage.googleapis.com/mojo/sky-pngs/9a7b59f74e2bbcd0d0ceee17ead05b0da64a2af7" />
<script>
-window.addEventListener('load', function() {
- runAfterDisplay(function() {
- internals.notifyTestComplete("");
+import "dart:sky";
+import "dart:sky.internals" as internals;
+
+void main() {
+ window.addEventListener('load', (_) {
+ runAfterDisplay(() {
+ internals.notifyTestComplete("");
+ });
});
-});
+}
</script>
</foo>
« no previous file with comments | « sky/tests/lowlevel/filters.sky ('k') | sky/tests/lowlevel/home.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698