Chromium Code Reviews| Index: LayoutTests/fast/html/imports/resources/loop-root.html |
| diff --git a/LayoutTests/fast/html/imports/resources/loop-root.html b/LayoutTests/fast/html/imports/resources/loop-root.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..2010446c748a67e5ffc315d6c63ba153ef48c4ff |
| --- /dev/null |
| +++ b/LayoutTests/fast/html/imports/resources/loop-root.html |
| @@ -0,0 +1,9 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| + <link id="target" rel="import" href="loop-child.html"> |
| +</head> |
| +<body> |
| + <h1>Root</h1> |
| +</body> |
| +</html> |