On Jun 16, 2009, at 12:26 AM, Lucius Fox wrote:

Hi,

Can you please tell me what is the meaning of "relative positioned"
and the meaning of "positioned" in DumpRenderTree?

Those are CSS terms. Relative positioned means you have position:relative specified in CSS. Positioned with no qualifier means you are either fixed or absolutely positioned, i.e., position:fixed or position:absolute in CSS.

dave

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to