diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/flexbox/crash-button-keygen.html')
-rwxr-xr-x | third_party/WebKit/LayoutTests/fast/flexbox/crash-button-keygen.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/flexbox/crash-button-keygen.html b/third_party/WebKit/LayoutTests/fast/flexbox/crash-button-keygen.html index 7cf441e..1fe47b8 100755 --- a/third_party/WebKit/LayoutTests/fast/flexbox/crash-button-keygen.html +++ b/third_party/WebKit/LayoutTests/fast/flexbox/crash-button-keygen.html @@ -2,8 +2,8 @@ <body> <p style="visibility: collapse;"><button><keygen autofocus><input id="test"></keygen></button></p> <script> -if (window.layoutTestController) - layoutTestController.dumpAsText(); +if (window.testRunner) + testRunner.dumpAsText(); document.body.offsetTop; document.getElementById('test').parentNode.removeChild(document.getElementById('test')); document.body.offsetTop; |