RESOLVED FIXED 80156
[Qt] svg/custom/bug78807.svg fails
https://bugs.webkit.org/show_bug.cgi?id=80156
Summary [Qt] svg/custom/bug78807.svg fails
Csaba Osztrogonác
Reported 2012-03-02 06:04:56 PST
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
Stephen Chenney
Comment 1 2012-03-02 06:31:47 PST
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
Comment 2 2012-03-05 08:42:07 PST
(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
Note You need to log in before you can comment on or make changes to this bug.