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

Unified Diff: LayoutTests/fast/html/imports/resources/root.html

Issue 17419007: [HTML Imports] Implement sub-imports processing. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated to ToT. Created 7 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
Index: LayoutTests/fast/html/imports/resources/root.html
diff --git a/LayoutTests/fast/html/imports/resources/root.html b/LayoutTests/fast/html/imports/resources/root.html
new file mode 100644
index 0000000000000000000000000000000000000000..3099194908e1d9d59c8a1277745ed304cc3d3dc2
--- /dev/null
+++ b/LayoutTests/fast/html/imports/resources/root.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <link id="hello" rel="import" href="hello.html">
+ <link id="bye" rel="import" href="bye.html">
+</head>
+<body>
+ <h1>Root</h1>
+</body>
+</html>
« no previous file with comments | « LayoutTests/fast/html/imports/resources/loop-root.html ('k') | LayoutTests/fast/html/imports/sub-imports.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698