diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/forms/form-associated-element-crash.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/forms/form-associated-element-crash.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/forms/form-associated-element-crash.html b/third_party/WebKit/LayoutTests/fast/forms/form-associated-element-crash.html index 80aae53..9418632 100644 --- a/third_party/WebKit/LayoutTests/fast/forms/form-associated-element-crash.html +++ b/third_party/WebKit/LayoutTests/fast/forms/form-associated-element-crash.html @@ -1,9 +1,9 @@ <html> <head> <script> -if (window.layoutTestController) { - layoutTestController.dumpAsText(); - layoutTestController.waitUntilDone(); +if (window.testRunner) { + testRunner.dumpAsText(); + testRunner.waitUntilDone(); } if (!window.gc) { @@ -31,8 +31,8 @@ function delay() { var form = document.createElement('form'); form.setAttribute('id', 'form2'); document.body.appendChild(form); - if (window.layoutTestController) - layoutTestController.notifyDone(); + if (window.testRunner) + testRunner.notifyDone(); } </script> </head> |