[webkit-reviews] review requested: [Bug 10916] Add tests to dump textual representations of entire HTML and SVG JS DOM trees : [Attachment 10704] Better version of the tests (actually includes results too)

bugzilla-request-daemon at opendarwin.org bugzilla-request-daemon at opendarwin.org
Fri Sep 22 04:51:17 PDT 2006


Eric Seidel <macdome at opendarwin.org> has asked	for review:
Bug 10916: Add tests to dump textual representations of entire HTML and SVG JS
DOM trees
http://bugzilla.opendarwin.org/show_bug.cgi?id=10916

Attachment 10704: Better version of the tests (actually includes results too)
http://bugzilla.opendarwin.org/attachment.cgi?id=10704&action=edit

------- Additional Comments from Eric Seidel <macdome at opendarwin.org>
I've now removed window-properties.html, realizing that it was redundant (its
content is covered by the svg-properties and html-properites tests already).

I've also added printing of "default" values.  (Since each of these dom
elements is made new, all of its properties should hold the proper default
values.)

These tests run with the following timing on my machine:
27.17 secs: fast/js/html-properties.html
17.50 secs: fast/js/svg-properties.xhtml

HTML unfortunately duplicates many, many properties on the elements themselves,
instead of using prototypes, thus causing redundant printing.



More information about the webkit-reviews mailing list