| Index: LayoutTests/fast/html/imports/import-insert-expected.txt
|
| diff --git a/LayoutTests/fast/html/imports/import-insert-expected.txt b/LayoutTests/fast/html/imports/import-insert-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..60c5814ea9df5ade51fc0a45204c1d136e222469
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/html/imports/import-insert-expected.txt
|
| @@ -0,0 +1,8 @@
|
| +It shouldn't be loaded before insertion.
|
| +PASS toInsert.import is null
|
| +It should be loaded once it is inserted.
|
| +PASS toInsert.import.querySelector('h1').innerHTML is 'Hello'
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|