| Index: LayoutTests/scrollbars/scrollbar-large-overflow-rectangle.html
|
| diff --git a/LayoutTests/scrollbars/scrollbar-large-overflow-rectangle.html b/LayoutTests/scrollbars/scrollbar-large-overflow-rectangle.html
|
| index 94273b34535d1c39cf8081c74d1c6edc59812e91..91bfbec80c4981b0a6edf9ee098adec2ac087761 100644
|
| --- a/LayoutTests/scrollbars/scrollbar-large-overflow-rectangle.html
|
| +++ b/LayoutTests/scrollbars/scrollbar-large-overflow-rectangle.html
|
| @@ -21,11 +21,11 @@
|
| }
|
|
|
| function test() {
|
| - var height = document.body.scrollHeight;
|
| + var height = document.scrollingElement.scrollHeight;
|
| if (height == 3000)
|
| document.getElementById("result").innerHTML = "PASS";
|
| else
|
| - document.getElementById("result").innerHTML = "<p style='color:red'>FAIL document.body.scrollHeight = " + height +"</p>";
|
| + document.getElementById("result").innerHTML = "<p style='color:red'>FAIL document.scrollingElement.scrollHeight = " + height +"</p>";
|
| }
|
| </script>
|
| </head>
|
|
|