[Webkit-unassigned] [Bug 105002] trailing whitespace sometimes goes missing when inserted via innerHTML

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 14 13:52:34 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=105002





--- Comment #5 from jochen at chromium.org  2012-12-14 13:54:54 PST ---
(In reply to comment #4)
> The flakiness dashboard appears to be down?  Otherwise I'd post a link here as it would be nice to see the failures with my own eyes. :)

The test is skipped on chromium because DRT doesn't support shared workers

> 
> I don't believe this is parser related, as the parser doesn't collapse whitespace, it just ignores certain illegal characters and otherswise constructs the DOM from the original source. :)

Note that DRT only invokes layout() when generating pixel results.

I can try to invoke layout() before getting document.body.innerText (which is what DRT does to get text results) and see if that changes the outcome

-- 
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