Index: LayoutTests/animations/interpolation/resources/interpolation-test.js |
diff --git a/LayoutTests/animations/interpolation/resources/interpolation-test.js b/LayoutTests/animations/interpolation/resources/interpolation-test.js |
index 2f85e908104545d34978a3216f3c92bbee249b56..46543ea9748f7fdbdf1bc4d0706c1f67eadec97f 100644 |
--- a/LayoutTests/animations/interpolation/resources/interpolation-test.js |
+++ b/LayoutTests/animations/interpolation/resources/interpolation-test.js |
@@ -103,6 +103,7 @@ |
var results = document.createElement('div'); |
results.style.whiteSpace = 'pre'; |
results.textContent = resultString; |
+ results.id = 'results'; |
document.body.appendChild(results); |
} |
} |
@@ -283,6 +284,9 @@ |
} |
if (window.testRunner) { |
if (!isRefTest) { |
+ var results = document.querySelector('#results'); |
+ document.documentElement.textContent = ''; |
+ document.documentElement.appendChild(results); |
testRunner.dumpAsText(); |
} |
testRunner.notifyDone(); |