Bug 88169
Summary: | [Qt] REGRESSION: http/tests/xmlviewer/dumpAsText/mathml.xml fails with Qt5 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | allan.jensen, donggwan.kim, ossy |
Priority: | P2 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 79666 |
Csaba Osztrogonác
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>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
The bug is still valid now.
Csaba Osztrogonác
still valid bug
Allan Sandfeld Jensen
I think it was a false positive before. The current behavior is correct until we enable MathML. See bug #110205.