From 656fe92178fda539d91fe31965b28bccff484778 Mon Sep 17 00:00:00 2001 From: Brandon Aaron Date: Mon, 22 Mar 2010 20:11:37 -0400 Subject: Fixed an issue with setting offset of absolutely positioned element that has no position values ("auto"). Fixes #5781. --- test/data/offset/absolute.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/data') diff --git a/test/data/offset/absolute.html b/test/data/offset/absolute.html index 3bbc8417d..2a7eb73e5 100644 --- a/test/data/offset/absolute.html +++ b/test/data/offset/absolute.html @@ -13,6 +13,7 @@ #absolute-2 { top: 19px; left: 19px; } #marker { position: absolute; border: 2px solid #000; width: 50px; height: 50px; background: #ccc; } p.instructions { position: absolute; bottom: 0; } + #positionTest { position: absolute; }