[Webkit-unassigned] [Bug 244580] ASSERTION FAILED: isPlaced() /home/fuzzer/temp/webkit/webkitgtk-2.36.0/Source/WebCore/rendering/FloatingObjects.h(71) : const WebCore::LayoutRect &WebCore::FloatingObject::frameRect() const
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 18 06:10:35 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=244580
--- Comment #5 from Frédéric Wang (:fredw) <fred.wang at free.fr> ---
Created attachment 463055
--> https://bugs.webkit.org/attachment.cgi?id=463055&action=review
Python script to extract data: URLs
When trying to reduce the testcase I'm also seeing bug 244465 on macOS.
For now I haven't been very successful reducing the tests. Some observation:
- The end of the file contains many rdfuzz-script doing JS mutations via setTimeout of increasing duration. This is making the test very slow. It's possible to speed up things a bit by dividing that duration by a constant.
- Several images are inserted as data URL, which makes the HTML large. The attached Python script helps to extract these data URL as external resources.
--
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/20221018/20b3c026/attachment.htm>
More information about the webkit-unassigned
mailing list