| Index: third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/fixpos-dialog-layout-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/fixpos-dialog-layout-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/fixpos-dialog-layout-expected.txt
|
| index 981152c2289d0b681d19a34edd887f48cef4e4a6..414acbb5f9ed6fb0a2692074adf495c09610a7d0 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/fixpos-dialog-layout-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/fixpos-dialog-layout-expected.txt
|
| @@ -7,9 +7,9 @@
|
| showModal() should center in the viewport.
|
| PASS dialog.getBoundingClientRect().top is centeredTop
|
|
|
| -The computed top and bottom of a centered dialog should still have position auto.
|
| -PASS window.getComputedStyle(dialog).top is "auto"
|
| -PASS window.getComputedStyle(dialog).bottom is "auto"
|
| +The dialog is a positioned element, so the top and bottom should not have style auto.
|
| +PASS window.getComputedStyle(dialog).top is "290px"
|
| +PASS window.getComputedStyle(dialog).bottom is "290px"
|
|
|
| The dialog shold stay centered on scroll.
|
| PASS dialog.getBoundingClientRect().top is centeredTop
|
|
|