1 This test verifies that imported document is rendered within the import link.
5 - <link rel="import" href="../resources/imported-document.html">
9 <link rel="import" href="imported-document.html">
10 - <link rel="import" href="imported-document-2.html">
15 - <div class="warning">
16 <style scoped>\n h3 {\n color: red;\n }\n </style>
18 <p>This page is under construction</p>
20 - <div class="outdated">
22 <p>This content may be out of date</p>
29 <div class="first-level">\n</div>
33 <script src="../inspector-test.js"></script>
34 <script src="../elements-test.js"></script>
36 \nfunction test()\n{\n // Warm up highlighter module.\n runtime.loadModulePromise("source_frame").then(function() {\n InspectorTest.expandElementsTree(callback);\n });\n\n function callback()\n {\n InspectorTest.dumpElementsTree();\n InspectorTest.completeTest();\n }\n\n}\n
39 - <body onload="runTest()">
40 <p>This test verifies that imported document is rendered within the import link.</p>