Re: [webkit-dev] Webkit render tree dump

2009-12-01 Thread David Hyatt
I actually have a giant set of changes that need to be made to the render tree dumping... many of which are outlined in comments. The problem is it causes all the test results to have to be updated. Right now many silly and incorrect things are being dumped right now just for backwards com

Re: [webkit-dev] Webkit render tree dump

2009-12-01 Thread Darin Adler
On Nov 30, 2009, at 6:29 PM, pundarik rajkhowa wrote: > Thanks for the info. I am aware of the pixel test, but for my purpose that > cant be used, since text-based comparision is preferred. Regarding the style > attributes, the webkit dump actually contains a few of them like color, > bgcolor,

Re: [webkit-dev] Webkit render tree dump

2009-11-30 Thread Darin Adler
On Nov 18, 2009, at 8:55 PM, pundarik rajkhowa wrote: > I have a doubt regarding the content of webkit render tree dump. In this > dump, do we only print the HTML node information(body, div etc) or we print > the style information also(font-weight, text-decoration etc). From what I > have seen,

[webkit-dev] Webkit render tree dump

2009-11-25 Thread pundarik rajkhowa
Hi, I have a doubt regarding the content of webkit render tree dump. In this dump, do we only print the HTML node information(body, div etc) or we print the style information also(font-weight, text-decoration etc). From what I have seen, it looks like only node information is printed. In such a ca