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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/counters/counter-reparent-table-children-crash.html

Issue 1852603002: Replacing most of web_task.h with base::Closure + base::WeakPtrFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-mocks-to-test-runner
Patch Set: Rebasing... Created 4 years, 8 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
« no previous file with comments | « components/test_runner/web_view_test_client.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/css/counters/counter-reparent-table-children-crash.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/counters/counter-reparent-table-children-crash.html b/third_party/WebKit/LayoutTests/fast/css/counters/counter-reparent-table-children-crash.html
index c73306a6fe327cde0b8767714f0c5174aeb14fc9..f6b87aad7a0fc6d7d988be98d04f34cf9d14600e 100644
--- a/third_party/WebKit/LayoutTests/fast/css/counters/counter-reparent-table-children-crash.html
+++ b/third_party/WebKit/LayoutTests/fast/css/counters/counter-reparent-table-children-crash.html
@@ -12,8 +12,8 @@ if (window.testRunner) {
function crash() {
document.body.innerHTML = "PASS: Malformed table counters do not cause crash";
if (window.testRunner) {
- testRunner.notifyDone();
testRunner.dumpAsText();
+ testRunner.notifyDone();
}
}
</script>
« no previous file with comments | « components/test_runner/web_view_test_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698