| Index: LayoutTests/fast/autoresize/turn-off-autoresize-expected.txt | 
| diff --git a/LayoutTests/fast/autoresize/turn-off-autoresize-expected.txt b/LayoutTests/fast/autoresize/turn-off-autoresize-expected.txt | 
| index 33d71a73e6c913dda635dab42b3444172580aac5..66227eab2688dd62ea6214f9d44503beeae1235c 100644 | 
| --- a/LayoutTests/fast/autoresize/turn-off-autoresize-expected.txt | 
| +++ b/LayoutTests/fast/autoresize/turn-off-autoresize-expected.txt | 
| @@ -4,8 +4,8 @@ When it succeeds, there should be a series of PASS messages followed by a DONE m | 
|  | 
| PASS: document.body.clientWidth equaled window.innerWidth | 
| PASS: document.body.clientHeight equaled window.innerHeight | 
| -PASS: document.body.scrollWidth equaled window.innerWidth | 
| -PASS: document.body.scrollHeight equaled window.innerHeight | 
| +PASS: document.scrollingElement.scrollWidth equaled window.innerWidth | 
| +PASS: document.scrollingElement.scrollHeight equaled window.innerHeight | 
| PASS: window.innerWidth equaled window.outerWidth | 
| PASS: window.innerHeight equaled window.outerHeight | 
| PASS: window.outerWidth equaled 200 | 
|  |