| Index: LayoutTests/fast/events/tab-focus-link-with-scroll-expected.txt
|
| diff --git a/LayoutTests/fast/events/tab-focus-link-with-scroll-expected.txt b/LayoutTests/fast/events/tab-focus-link-with-scroll-expected.txt
|
| index 04be3e18ad29781150219f58dea643bfd2149cd0..04ce90d96641173b5cf83c3b31e491a356383355 100644
|
| --- a/LayoutTests/fast/events/tab-focus-link-with-scroll-expected.txt
|
| +++ b/LayoutTests/fast/events/tab-focus-link-with-scroll-expected.txt
|
| @@ -7,7 +7,7 @@ PASS document.activeElement.id is 'tab1'
|
| PASS document.activeElement.id is 'tab2'
|
| PASS document.activeElement.id is 'tab3'
|
| PASS document.activeElement.id is 'tab4'
|
| -PASS document.body.clientHeight is document.body.scrollHeight - window.scrollY
|
| +PASS document.body.clientHeight is document.scrollingElement.scrollHeight - window.scrollY
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|