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> |