diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/table/crash-section-logical-height-changed-needsCellRecalc.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/table/crash-section-logical-height-changed-needsCellRecalc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/table/crash-section-logical-height-changed-needsCellRecalc.html b/third_party/WebKit/LayoutTests/fast/table/crash-section-logical-height-changed-needsCellRecalc.html index facd6d5..1e30b93 100644 --- a/third_party/WebKit/LayoutTests/fast/table/crash-section-logical-height-changed-needsCellRecalc.html +++ b/third_party/WebKit/LayoutTests/fast/table/crash-section-logical-height-changed-needsCellRecalc.html @@ -6,8 +6,8 @@ .c13:nth-last-child(odd) { height: 80%; } </style> <script> -if (window.layoutTestController) - layoutTestController.dumpAsText(); +if (window.testRunner) + testRunner.dumpAsText(); function boom() { var quote = document.createElement('q'); |