Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / edit / set-outer-html-body-expected.txt
blob34dc28482cafc386738f7f994913987a5eee1289
1 Tests DOMAgent.setOuterHTML invoked on body tag. See https://bugs.webkit.org/show_bug.cgi?id=62272. 
4 Running: testSetUp
6 Running: testSetBody
7 <html id="html"><head id="head">
8 <script>
9 </script>
10 </head>
11 <body>New body content</body></html>
13 Running: testInsertComments
14 <html id="html"><head id="head">
15 <script>
16 </script>
17 </head>
18 <!-- new comment between head and body --><body>New body content</body></html>
20 Running: testSetHead
21 <html id="html"><head><!-- new head content --></head>
22 <!-- new comment between head and body --><body>New body content</body></html>
24 Running: testSetHTML
25 <html><head><!-- new head content --></head><body>Setting body as a part of HTML.</body></html>