Bug 80156 - [Qt] svg/custom/bug78807.svg fails
Summary: [Qt] svg/custom/bug78807.svg fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2012-03-02 06:04 PST by Csaba Osztrogonác
Modified: 2012-03-05 08:42 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 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?
Comment 1 Stephen Chenney 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.
Comment 2 Csaba Osztrogonác 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