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

Unified Diff: LayoutTests/fast/dom/shadow/shadow-selection-detach-crash.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-selection-detach-crash.html
diff --git a/LayoutTests/fast/dom/shadow/shadow-selection-detach-crash.html b/LayoutTests/fast/dom/shadow/shadow-selection-detach-crash.html
index 73f3c207e1ced40ad9a6e2e15e4a4b42bab308cd..e415641d676d3b115f0eb78edd8836e78c817250 100644
--- a/LayoutTests/fast/dom/shadow/shadow-selection-detach-crash.html
+++ b/LayoutTests/fast/dom/shadow/shadow-selection-detach-crash.html
@@ -7,10 +7,8 @@ description("Garbage collection of Selection objects with shorter lifetimes must
// itself from its window on finalization.
self.jsTestIsAsync = true;
-if (window.testRunner) {
- testRunner.dumpAsText();
+if (window.testRunner)
testRunner.waitUntilDone();
-}
function runTest() {
var out = document.getElementById("out");
« no previous file with comments | « LayoutTests/fast/dom/shadow/shadow-root-js-api.html ('k') | LayoutTests/fast/dom/shadow/shadowdom-dynamic-styling.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698