summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/html/imports/import-insert-expected.txt
blob: 60c5814ea9df5ade51fc0a45204c1d136e222469 (plain)
1
2
3
4
5
6
7
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