[Webkit-unassigned] [Bug 15734] New: fast/xpath/namespace-vs-predicate.xhtml fails unexpectedly in no-SVG build
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Oct 28 05:29:33 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15734
Summary: fast/xpath/namespace-vs-predicate.xhtml fails
unexpectedly in no-SVG build
Product: WebKit
Version: 523.x+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Keywords: Regression
Severity: Major
Priority: P2
Component: XML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mrowe at apple.com
http://build.webkit.org/results/trunk-mac-intel-nosvg/2750/results.html shows
that fast/xpath/namespace-vs-predicate.xhtml is failing on the no-SVG buildbot.
The actual output contains the following error:
CONSOLE MESSAGE: line 38: TypeError: Null value
This is emitted by the following line of code:
// Remove this node from the document so it doesn't make the
DumpRenderTree output
// different when SVG is enabled and disabled.
document.getElementById("r_00").parentNode.removeChild(document.getElementById("r_00"));
As the comment describes, this is intended to ensure that the <svg:g> node is
removed to maintain identical rendering in SVG and no-SVG builds. It is not
clear why this is throwing an exception.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list