Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1155)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLDialogElement/fixpos-dialog-layout-expected.txt

Issue 2577893004: position:fixed content is not offset by relative positioned ancestors (Closed)
Patch Set: position:fixed content is not offset by relative positioned ancestors Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 414acbb5f9ed6fb0a2692074adf495c09610a7d0..0c8ae9f4ed1562c94b05a4fdd59bf53eafd919c5 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
@@ -28,7 +28,7 @@ A centered dialog's position should survive becoming display:none temporarily.
PASS dialog.getBoundingClientRect().top is expectedTop
Dialog should lose centering when removed from the document.
-FAIL dialog.getBoundingClientRect().top should be 0. Was 800.
+FAIL dialog.getBoundingClientRect().top should be 0. Was 820.
Dialog's specified position should survive after close() and showModal().
PASS dialog.getBoundingClientRect().top is expectedTop

Powered by Google App Engine
This is Rietveld 408576698