[Webkit-unassigned] [Bug 30055] Bad DOM performance in large SVG files
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 8 13:44:40 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=30055
--- Comment #6 from Patrick R. Gansterer <paroga at paroga.com> 2009-10-08 13:44:40 PDT ---
(In reply to comment #5)
1) open http://paroga.com/webkit/rect.php?c=4&s=3
2) click on the 1st rect and stop the time until the first rect changes its
color
3) click on the 3rd rect and stop the time until the first rect changes its
color
4) open http://paroga.com/webkit/rect.php?c=10000&s=3
5) click on the 1st rect and stop the time until the first rect changes its
color
6) click on the 3rd rect and stop the time until the first rect changes its
color
7) time in step 6 is much bigger than in step 3
Both times should be the same, because only one rect changes it's color. When
time in step 2 is much bigger than in step 5 this is ok, because in the second
page are much more items to be redrawn.
You can see the expected result when you open the page with Firefox.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list