From 5473994cea76a675496b607d705e7b2841dfdc5f Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Mon, 3 Nov 2014 10:14:09 -0800 Subject: [PATCH] Basic implementation of This CL adds basic support for the elements. We're using the same imports machinery as , which simplifies this patch substantially. Currently we support both and . Once this CL lands, I'll update all the existing modules and then we can drop support for . R=ojan@chromium.org Review URL: https://codereview.chromium.org/681983005 --- engine/src/flutter/tests/modules/basic.sky | 4 ++-- engine/src/flutter/tests/modules/import-without-export.sky | 4 ++-- engine/src/flutter/tests/modules/imports-can-import.sky | 2 +- engine/src/flutter/tests/modules/imports-can-load-404s.sky | 4 ++-- engine/src/flutter/tests/modules/resources/intermediate.sky | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/engine/src/flutter/tests/modules/basic.sky b/engine/src/flutter/tests/modules/basic.sky index 17d6b6f0a20..6ce4a3a76df 100644 --- a/engine/src/flutter/tests/modules/basic.sky +++ b/engine/src/flutter/tests/modules/basic.sky @@ -1,6 +1,6 @@ - - + +
FAIL