[Webkit-unassigned] [Bug 88169] New: [Qt] REGRESSION: http/tests/xmlviewer/dumpAsText/mathml.xml fails with Qt5
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jun 2 09:31:33 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=88169
Summary: [Qt] REGRESSION:
http/tests/xmlviewer/dumpAsText/mathml.xml fails with
Qt5
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Keywords: Qt, QtTriaged
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ossy at webkit.org
Blocks: 79666
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>
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list