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

Unified Diff: LayoutTests/fast/dom/shadow/distribution-update-recalcs-style.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/distribution-update-recalcs-style.html
diff --git a/LayoutTests/fast/dom/shadow/distribution-update-recalcs-style.html b/LayoutTests/fast/dom/shadow/distribution-update-recalcs-style.html
index 95a7cc70402c65bffe92ce38cb1b3f477a72513e..98283417d778e0ffa4bccb41b3e0e054dd3aa60c 100644
--- a/LayoutTests/fast/dom/shadow/distribution-update-recalcs-style.html
+++ b/LayoutTests/fast/dom/shadow/distribution-update-recalcs-style.html
@@ -34,11 +34,8 @@ sr.getElementById("contentId").select = "#span-child";
shouldBe('getColorProperty("div-child")', '"rgb(255, 0, 0)"');
shouldBe('getColorProperty("span-child")', '"rgb(0, 0, 255)"');
-if (window.testRunner) {
- testRunner.dumpAsText();
+if (window.testRunner)
testRunner.notifyDone();
-}
-
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698