Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / innerHTML / 005-expected.txt
blobd0f04b06dfa5a6129e8b409c09f0d92e900f68fd
1 Content:
2 <head>
3 <meta name="description" content="This tests html output">
4 <title>html innerHTML test</title>
5 </head>
6 <body>
7 <span>Content:</span>
8 <pre id="content">placeholder</pre>
9 <div></div>
10 <span></span>
11 <b>test</b>
12 <br>
13 <script>
14 if (window.testRunner)
15         testRunner.dumpAsText();
16 document.getElementById("content").firstChild.nodeValue = document.documentElement.innerHTML;
17 </script></body>
18 test