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

Unified Diff: LayoutTests/fast/harness/results.html

Issue 23496003: User interruption should still create results.html for run-webkit-tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 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/harness/results.html
diff --git a/LayoutTests/fast/harness/results.html b/LayoutTests/fast/harness/results.html
index 4976ed0eddaa7d30f64182b38ca1358d211809bf..102899e722b168390d25a803ceba12668db8b247 100644
--- a/LayoutTests/fast/harness/results.html
+++ b/LayoutTests/fast/harness/results.html
@@ -1295,9 +1295,6 @@ function generatePage()
'<label><input id="toggle-images" type=checkbox checked onchange="handleToggleImagesChange()">Toggle images</label>' +
'</div>';
- if (globalState().results.interrupted)
- html += "<p class='stopped-running-early-message'>Testing exited early.</p>"
eseidel 2013/08/27 14:55:08 Why would you want to remove this? It seems we sh
Dirk Pranke 2013/08/27 18:18:25 I agree w/ eseidel. This should stay.
-
if (globalState().crashTests.length)
html += testList(globalState().crashTests, 'Tests that crashed', 'crash-tests-table');

Powered by Google App Engine
This is Rietveld 408576698