| Index: LayoutTests/dialog/modal-dialog-scroll-height.html
|
| diff --git a/LayoutTests/dialog/modal-dialog-scroll-height.html b/LayoutTests/dialog/modal-dialog-scroll-height.html
|
| index 71053e21907c41a47614d1b2e8de35848d55e646..c54281769b8d4aa13006e49834169570739775cf 100644
|
| --- a/LayoutTests/dialog/modal-dialog-scroll-height.html
|
| +++ b/LayoutTests/dialog/modal-dialog-scroll-height.html
|
| @@ -20,7 +20,7 @@ dialog {
|
| <script>
|
|
|
| document.querySelector('dialog').showModal();
|
| -shouldBe('600', String(document.body.scrollHeight));
|
| +shouldBe('600', String(document.scrollingElement.scrollHeight));
|
|
|
| if (window.testRunner)
|
| testRunner.dumpAsText();
|
|
|