Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / inspector / elements / html-link-import-expected.txt
blob39e1870fb13be0228267363bb74368c428c16e1e
1 This test verifies that imported document is rendered within the import link.
3 - <html>
4     - <head>
5         - <link rel="import" href="../resources/imported-document.html">
6             - #document
7                 - <html>
8                     - <head>
9                           <link rel="import" href="imported-document.html">
10                         - <link rel="import" href="imported-document-2.html">
11                             - #document
12                                 - <html>
13                                       <head></head>
14                                     - <body>
15                                         - <div class="warning">
16                                               <style scoped>\n    h3 {\n      color: red;\n    }\n  </style>
17                                               <h3>Warning!</h3>
18                                               <p>This page is under construction</p>
19                                           </div>
20                                         - <div class="outdated">
21                                               <h3>Heads up!</h3>
22                                               <p>This content may be out of date</p>
23                                           </div>
24                                       </body>
25                                   </html>
26                           </link>
27                       </head>
28                     - <body>
29                           <div class="first-level">\n</div>
30                       </body>
31                   </html>
32           </link>
33           <script src="../inspector-test.js"></script>
34           <script src="../elements-test.js"></script>
35         - <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
37           </script>
38       </head>
39     - <body onload="runTest()">
40           <p>This test verifies that imported document is rendered within the import link.</p>
41       </body>
42   </html>