[Webkit-unassigned] [Bug 82978] Web Inspector: flakey test on Lion

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 29 19:30:49 PDT 2013


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





--- Comment #6 from Joseph Pecoraro <joepeck at webkit.org>  2013-08-29 19:30:11 PST ---
(In reply to comment #5)
> Actually the scriptableDocumentParser might not be the XMLDocumentParser. In which case this would kind of make sense. Line 36 (0-based) would be AFTER the <svg> is parsed. But the <svg:style> in this case is somewhere inside the <svg>. Seems like this could be the problem.

Hmm, nope that was overreaching.

Here the ScriptableDocumentParser is the XMLDocument, and we're in XMLDocumentParser::startElementNs (NOTE: XMLDocumentParserLibxml2.cpp). So I would expect XMLDocumentParser::lineNumber() to be correct at this point.

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