3 <link rel=
"import" href=
"../resources/imported-document.html">
4 <script src=
"../inspector-test.js"></script>
5 <script src=
"../elements-test.js"></script>
10 // Warm up highlighter module.
11 runtime
.loadModulePromise("source_frame").then(function() {
12 InspectorTest
.expandElementsTree(callback
);
17 InspectorTest
.dumpElementsTree();
18 InspectorTest
.completeTest();
25 <body onload=
"runTest()">
27 <p>This test verifies that imported document is rendered within the import link.
</p>