Chromium Code Reviews| 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(); |
|
Łukasz Anforowicz
2016/04/06 23:56:49
This turned out to cause a failure after adding on
|
| } |
| } |
| </script> |