| OLD | NEW |
| 1 Tests DOMAgent.setOuterHTML invoked on body tag. See https://bugs.webkit.org/sho
w_bug.cgi?id=62272. | 1 Tests DOMAgent.setOuterHTML invoked on body tag. See https://bugs.webkit.org/sho
w_bug.cgi?id=62272. |
| 2 | 2 |
| 3 | 3 |
| 4 Running: testSetUp | 4 Running: testSetUp |
| 5 | 5 |
| 6 Running: testSetBody | 6 Running: testSetBody |
| 7 <html id="html"><head id="head"> | 7 <html id="html"><head id="head"> |
| 8 <script> | 8 <script> |
| 9 </script> | 9 </script> |
| 10 </head> | 10 </head> |
| 11 <body>New body content</body></html> | 11 <body>New body content</body></html> |
| 12 | 12 |
| 13 Running: testInsertComments | 13 Running: testInsertComments |
| 14 <html id="html"><head id="head"> | 14 <html id="html"><head id="head"> |
| 15 <script> | 15 <script> |
| 16 </script> | 16 </script> |
| 17 </head> | 17 </head> |
| 18 <!-- new comment between head and body --><body>New body content</body></html> | 18 <!-- new comment between head and body --><body>New body content</body></html> |
| 19 | 19 |
| 20 Running: testSetHead | 20 Running: testSetHead |
| 21 <html id="html"><head><!-- new head content --></head> | 21 <html id="html"><head><!-- new head content --></head> |
| 22 <!-- new comment between head and body --><body>New body content</body></html> | 22 <!-- new comment between head and body --><body>New body content</body></html> |
| 23 | 23 |
| 24 Running: testSetHTML | 24 Running: testSetHTML |
| 25 <html><head><!-- new head content --></head><body>Setting body as a part of HTML
.</body></html> | 25 <html><head><!-- new head content --></head><body>Setting body as a part of HTML
.</body></html> |
| 26 | 26 |
| OLD | NEW |