[Webkit-unassigned] [Bug 203503] New: Make testharnessreport.js report the results correctly inside an SVG document
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 28 13:23:59 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=203503
Bug ID: 203503
Summary: Make testharnessreport.js report the results correctly
inside an SVG document
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sabouhallawa at apple.com
CC: zimmermann at kde.org
When importing the SVG wpt tests r250276, many tests were timing out. It turned out the reason is because of the completion_callback in LayoutTests/resources/testharnessreport.js. This function assumes the test has to be an HTML page. So it creates a "pre" element and adds it to the document.body element. If the test is an SVG document, a foreignObject has to be created and appended to the root element. Then the "pre" element has to be appended to this foreignObject.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191028/ee915b3c/attachment.htm>
More information about the webkit-unassigned
mailing list