Bug 80156
Summary: | [Qt] svg/custom/bug78807.svg fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ossy, rhodovan.u-szeged, schenney, zherczeg, zimmermann |
Priority: | P2 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Csaba Osztrogonác
svg/custom/bug78807.svg introduced in r109299 (https://bugs.webkit.org/show_bug.cgi?id=77764),
but fails on Qt with the following diff:
--- /ramdisk/qt-linux-64-release/build/layout-test-results/svg/custom/bug78807-expected.txt
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/svg/custom/bug78807-actual.txt
@@ -1,6 +1,6 @@
This page contains the following errors:
-error on line 11 at column 19: Extra content at the end of the document
+error on line 12 at column 0: Premature end of document.
Below is a rendering of the page up to the first error.
Could you check if it is a real fail or we only need platform specific expected result?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Stephen Chenney
This is not a real failure. Apparently Qt parses differently in some way and hence generates the error message at a different location. The file does have errors, it's just not supposed to crash when it displays them.
So please add platform specific expectations.
Csaba Osztrogonác
(In reply to comment #1)
> This is not a real failure. Apparently Qt parses differently in some way and hence generates the error message at a different location. The file does have errors, it's just not supposed to crash when it displays them.
>
> So please add platform specific expectations.
Thanks. I added it, and unskipped the test - http://trac.webkit.org/changeset/109752