Re: [webkit-dev] Quesition about DumpRenderTree output

2009-06-17 Thread David Hyatt

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


[webkit-dev] Quesition about DumpRenderTree output

2009-06-15 Thread Lucius Fox
Hi,

Can you please tell me what is the meaning of relative positioned
and the meaning of positioned in DumpRenderTree?
How should I use that to read the values
RenderObject::localToAbsolute() (enclosed in ())and
RenderObject:frameRect() (enclosed in {});

For example:
layer at (780,168) size 222x25
  -RenderBlock (positioned) {UL} at (780,0) size 222x25 {780.00,168.00}

and
layer at (27,363) size 265x239
  RenderBlock (relative positioned) {DIV} at (18,18) size 265x239 {27.00,363.00}

and (no 'positioned' is specified)
  RenderBlock {DIV} at (0,0) size 261x26 {341.00,988.00}
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev