Created attachment 78630 [details] The file that causes the error What steps will reproduce the problem? 1. Open the attached file What is the expected result? The page should load and show the wikipedia log and the word blah. What happens instead? The page takes a really long time to load. If/when it does load, the page is blank I noticed this error when working with chrome. It happens with chrome version 9 and 10. When I load the test page in safari 5 it works fine. When I load it using the webkit nightly build, it has the same bad behavior as chrome. If the doctype is change to HTML instead of XHTML it actually works fine. If you remove the doctype all together, the error persists. In the URL i have linked to the bug report that i previously filed on the chrome page
Confirmed with r75357. Spinning in findNextLineBreak/skipLeadingWhitespace.
Reproduces on r72146 but does not reproduce on r71897.
The only change set that touches editing between this delta is http://trac.webkit.org/changeset/71898/ but it's very unlikely that this change affected the behavior of findNextLineBreak/skipLeadingWhitespace.
Created attachment 78714 [details] sample of r75294
Regressed in r72141 ("font-size:0 is ignored").
See also: bug 52765.
<rdar://problem/8890909>
*** Bug 52765 has been marked as a duplicate of this bug. ***
Created attachment 79633 [details] Prevent a negative-max-height line from reordering lines and tripping integer overflow logic
Comment on attachment 79633 [details] Prevent a negative-max-height line from reordering lines and tripping integer overflow logic View in context: https://bugs.webkit.org/attachment.cgi?id=79633&action=review > Source/WebCore/ChangeLog:21 > + cannot start above this line. The nagative maxHeight also caused the integer overflow detection typo - "nagative"
Fixed in r76273. http://trac.webkit.org/changeset/76273