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

Unified Diff: sky/tests/modules/imports-can-import.sky

Issue 681983005: Basic implementation of <import> (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Works Created 6 years, 1 month 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/modules/imports-can-import.sky
diff --git a/sky/tests/modules/imports-can-import.sky b/sky/tests/modules/imports-can-import.sky
index ff84857515987cb63d706cc3e50243c5dd9d93f0..46fb39d9ee589af90f5f7d2f3e89f1cefba1b1a7 100644
--- a/sky/tests/modules/imports-can-import.sky
+++ b/sky/tests/modules/imports-can-import.sky
@@ -1,5 +1,5 @@
<html>
-<link rel="import" href="resources/intermediate.sky" as="chocolate" />
+<import src="resources/intermediate.sky" as="chocolate" />
<div id="result">FAIL</div>
<script>
document.getElementById("result").textContent = JSON.stringify(chocolate);

Powered by Google App Engine
This is Rietveld 408576698