Chromium Code Reviews| Index: LayoutTests/fast/html/imports/sub-imports-expected.txt |
| diff --git a/LayoutTests/fast/html/imports/sub-imports-expected.txt b/LayoutTests/fast/html/imports/sub-imports-expected.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..93c3b615e7922fafc9ddddb4548e2aab7a4cbbf0 |
| --- /dev/null |
| +++ b/LayoutTests/fast/html/imports/sub-imports-expected.txt |
| @@ -0,0 +1,7 @@ |
| +PASS root.import.querySelector('h1').innerHTML is 'Root' |
| +PASS hello.import.querySelector('h1').innerHTML is 'Hello' |
| +PASS bye.import.querySelector('h1').innerHTML is 'Bye' |
| +PASS successfullyParsed is true |
| + |
| +TEST COMPLETE |
| + |