Bug 88169 - [Qt] REGRESSION: http/tests/xmlviewer/dumpAsText/mathml.xml fails with Qt5
Summary: [Qt] REGRESSION: http/tests/xmlviewer/dumpAsText/mathml.xml fails with Qt5
Status: RESOLVED INVALID
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: 79666
  Show dependency treegraph
 
Reported: 2012-06-02 09:31 PDT by Csaba Osztrogonác
Modified: 2014-02-01 19:00 PST (History)
3 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-06-02 09:31:33 PDT
It passes with Qt 4.8 (which uses QtXmlPatterns), but fails 
with Qt 5 after it uses libxslt instead of QtXmlPatters.
(https://bugs.webkit.org/show_bug.cgi?id=76820)

--- /home/webkitbuildbot/slaves/release32bit-qt5/buildslave/qt-linux-32-release-qt5/build/layout-test-results/http/tests/xmlviewer/dumpAsText/mathml-expected.txt 
+++ /home/webkitbuildbot/slaves/release32bit-qt5/buildslave/qt-linux-32-release-qt5/build/layout-test-results/http/tests/xmlviewer/dumpAsText/mathml-actual.txt 
@@ -1,1 +1,14 @@
-This tests that xml viewer is not used when there is a tag in MATHML namespace. SUCCESS
+This XML file does not appear to have any style information associated with it. The document tree is shown below.
+<!--
+If you can see this, this test has failed, except if you are not using a MathML-aware client.
+-->
+<FAIL xmlns:a="http://www.w3.org/1998/Math/MathML">
+<header>
+This tests that xml viewer is not used when there is a tag in MATHML namespace.
+</header>
+<a:math>
+<a:mrow>
+<a:mi>SUCCESS</a:mi>
+</a:mrow>
+</a:math>
+</FAIL>
Comment 1 Csaba Osztrogonác 2012-10-09 01:12:52 PDT
The bug is still valid now.
Comment 2 Csaba Osztrogonác 2012-11-21 05:12:44 PST
still valid bug
Comment 3 Allan Sandfeld Jensen 2013-02-19 04:35:07 PST
I think it was a false positive before. The current behavior is correct until we enable MathML. See bug #110205.