Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(792)

Side by Side Diff: LayoutTests/inspector/elements/edit/set-outer-html-body-expected.txt

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698