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

Unified Diff: LayoutTests/fast/dom/shadow/shadow-root-innerHTML.html

Issue 1169613002: Remove unnecessary testRunner.dumpAsText in LayoutTests/fast/dom/shadow (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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/shadow/shadow-root-innerHTML.html
diff --git a/LayoutTests/fast/dom/shadow/shadow-root-innerHTML.html b/LayoutTests/fast/dom/shadow/shadow-root-innerHTML.html
index de5835b287ab3df8695fe8202755fee690636265..0c5f998258c27d1d01747c36ed6bed2e58c66061 100644
--- a/LayoutTests/fast/dom/shadow/shadow-root-innerHTML.html
+++ b/LayoutTests/fast/dom/shadow/shadow-root-innerHTML.html
@@ -12,9 +12,6 @@ description("This tests the innerHTML property of a shadow root.");
if (!window.internals)
debug('This test runs on DRT only');
-if (window.testRunner) {
- testRunner.dumpAsText();
-
host = document.createElement("div");
document.body.appendChild(host);
root = host.createShadowRoot();
@@ -41,7 +38,6 @@ shouldBe("root.firstChild.nodeName", "'P'");
shouldBe("root.querySelectorAll('div')", "[]");
shouldBe("root.getElementById('p3').innerHTML", "'HelloWorld'");
-}
var successfullyParsed = true;
</script>
</body>
« no previous file with comments | « LayoutTests/fast/dom/shadow/shadow-root-blur.html ('k') | LayoutTests/fast/dom/shadow/shadow-root-js-api.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698