| Index: LayoutTests/fast/autoresize/basic-expected.txt
|
| diff --git a/LayoutTests/fast/autoresize/basic-expected.txt b/LayoutTests/fast/autoresize/basic-expected.txt
|
| index b9d436eb3a971bf154302f928296a3c75aff2536..78f674c90f0ad0b65956db97dfe6174d662ba877 100644
|
| --- a/LayoutTests/fast/autoresize/basic-expected.txt
|
| +++ b/LayoutTests/fast/autoresize/basic-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
|
| DONE
|
|
|