RESOLVED FIXED 103935
svg/foreignObject/viewport-foreignObject-crash.html recurses infinitely sometimes
https://bugs.webkit.org/show_bug.cgi?id=103935
Summary svg/foreignObject/viewport-foreignObject-crash.html recurses infinitely somet...
Nate Chapin
Reported 2012-12-03 15:10:23 PST
The test sometimes (all of the time?) recurses on the line "document.appendChild(element);" in crash(). This causes count to never get incremented, which means the exit case doesn't get reached. Simple reordering should make this test consistent (and much faster).
Attachments
patch (1.21 KB, patch)
2012-12-03 15:15 PST, Nate Chapin
no flags
Nate Chapin
Comment 1 2012-12-03 15:15:02 PST
WebKit Review Bot
Comment 2 2012-12-03 23:38:08 PST
Comment on attachment 177346 [details] patch Clearing flags on attachment: 177346 Committed r136478: <http://trac.webkit.org/changeset/136478>
WebKit Review Bot
Comment 3 2012-12-03 23:38:11 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.