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

Side by Side Diff: LayoutTests/inspector/elements/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
(Empty)
1 Tests DOMAgent.setOuterHTML invoked on body tag. See https://bugs.webkit.org/sho w_bug.cgi?id=62272.
2
3
4 Running: testSetUp
5
6 Running: testSetBody
7 <html id="html"><head id="head">
8 <script>
9 </script>
10 </head>
11 <body>New body content</body></html>
12
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>
19
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>
23
24 Running: testSetHTML
25 <html><head><!-- new head content --></head><body>Setting body as a part of HTML .</body></html>
26
OLDNEW
« no previous file with comments | « LayoutTests/inspector/elements/set-outer-html-body.html ('k') | LayoutTests/inspector/elements/set-outer-html-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698