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

Unified 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, 7 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/elements/set-outer-html-body-expected.txt
diff --git a/LayoutTests/inspector/elements/set-outer-html-body-expected.txt b/LayoutTests/inspector/elements/set-outer-html-body-expected.txt
deleted file mode 100644
index 34dc28482cafc386738f7f994913987a5eee1289..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/set-outer-html-body-expected.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-Tests DOMAgent.setOuterHTML invoked on body tag. See https://bugs.webkit.org/show_bug.cgi?id=62272.
-
-
-Running: testSetUp
-
-Running: testSetBody
-<html id="html"><head id="head">
-<script>
-</script>
-</head>
-<body>New body content</body></html>
-
-Running: testInsertComments
-<html id="html"><head id="head">
-<script>
-</script>
-</head>
-<!-- new comment between head and body --><body>New body content</body></html>
-
-Running: testSetHead
-<html id="html"><head><!-- new head content --></head>
-<!-- new comment between head and body --><body>New body content</body></html>
-
-Running: testSetHTML
-<html><head><!-- new head content --></head><body>Setting body as a part of HTML.</body></html>
-
« 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