Chromium Code Reviews| Index: LayoutTests/imported/web-platform-tests/html-imports/fetching/resources/parent-of-hello.html |
| diff --git a/LayoutTests/imported/web-platform-tests/html-imports/fetching/resources/parent-of-hello.html b/LayoutTests/imported/web-platform-tests/html-imports/fetching/resources/parent-of-hello.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..195e37adde0ddaba0d7d623bf45dfd7f182b8a36 |
| --- /dev/null |
| +++ b/LayoutTests/imported/web-platform-tests/html-imports/fetching/resources/parent-of-hello.html |
| @@ -0,0 +1,2 @@ |
| +<!DOCTYPE html> |
| +<link id="child" rel="import" href="hello.html"> |