diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/table/computeLogicalWidth-table-needsSectionRecalc.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/table/computeLogicalWidth-table-needsSectionRecalc.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/table/computeLogicalWidth-table-needsSectionRecalc.html b/third_party/WebKit/LayoutTests/fast/table/computeLogicalWidth-table-needsSectionRecalc.html index 62cdc78..81c9a49 100644 --- a/third_party/WebKit/LayoutTests/fast/table/computeLogicalWidth-table-needsSectionRecalc.html +++ b/third_party/WebKit/LayoutTests/fast/table/computeLogicalWidth-table-needsSectionRecalc.html @@ -18,9 +18,9 @@ } </style> <script> - if (window.layoutTestController) { - layoutTestController.dumpAsText(); - layoutTestController.waitUntilDone(); + if (window.testRunner) { + testRunner.dumpAsText(); + testRunner.waitUntilDone(); } function crash() { @@ -42,8 +42,8 @@ document.body.innerHTML = "Bug 74026: Crash in RenderTable::outerBorderAfter<br>This test has PASSED!"; - if (window.layoutTestController) - layoutTestController.notifyDone(); + if (window.testRunner) + testRunner.notifyDone(); }, 0); } window.onload=crash |