Chromium Code Reviews| Index: LayoutTests/fast/forms/autofocus-opera-003.html |
| diff --git a/LayoutTests/fast/forms/autofocus-opera-003.html b/LayoutTests/fast/forms/autofocus-opera-003.html |
| index f4a6c3fa70cd5498f76295f6100547ae09dcbbcc..320322b1406a33d5b69c74953538aefd0b8e5ee5 100644 |
| --- a/LayoutTests/fast/forms/autofocus-opera-003.html |
| +++ b/LayoutTests/fast/forms/autofocus-opera-003.html |
| @@ -17,7 +17,7 @@ |
| testRunner.dumpAsText(); |
| if (document.activeElement == document.getElementsByTagName("input")[0] && |
| - document.body.scrollTop != 0) |
| + document.scrollingElement.scrollTop != 0) |
| log("SUCCESS"); |
| else |
| log("FAILURE"); |