[Webkit-unassigned] [Bug 110694] REGRESSION (r143804): html5lib/runner.html is failing on EFL, GTK

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 5 07:49:28 PST 2013


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





--- Comment #7 from Zan Dobersek <zandobersek at gmail.com>  2013-03-05 07:51:53 PST ---
No, I'm pretty convinced this is a bug in libsoup.

When (for instance) the html5lib/resources/domjs-unsafe.dat is fetched via HTTP (as done when running html5lib/generated/run-domjs-unsafe-write.html) libsoup returns complete file contents, including null bytes.

These tests fail due to loading single test cases through an encoded data: URL. There's nothing wrong with the encoded URL, but libsoup returns only the decoded data up to the first null byte. I'll report this upstream where the fix will most likely be done as well.

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