[Webkit-unassigned] [Bug 11882] Need a way to regression test .webarchive output files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 19 14:20:03 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11882





------- Comment #1 from ddkilzer at kilzer.net  2006-12-19 14:20 PDT -------
I had two thoughts on how to do this:

1. Make a dumpAsWebArchive() method available through the layoutTestController,
then teach DumpRenderTree how to "compare" two .webarchive files for
differences (ignoring timestamp differences as needed).

This would allow for testing of the actual structure of the .webarchive files,
but wouldn't test whether they could be rendered properly after being loaded.

2. Make a dumpWebArchiveRenderTree() method available through the
layoutTestController that loads in the .webarchive file and dumps out its
render tree.

This would allow for testing of the rendering of the .webarchive file.

Or both?  Darin, do you have any other ideas or comments on the above?


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list