Bug 69718
Summary: | [Qt] dumpAsText() output of Qt-DRT differs from other DRTs | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | kkristof, ossy |
Priority: | P2 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Csaba Osztrogonác
This bug was revealed by https://bugs.webkit.org/show_bug.cgi?id=69700#c7
dumpAsText() output of the following text differs:
<body>
This test passes if it doesn't alert the contents of innocent-victim.html.
</body>
-This test passes if it doesn't alert the contents of innocent-victim.html.<SPACE><SPACE>
+This test passes if it doesn't alert the contents of innocent-victim.html.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
One more failing test because of this bug:
--- /ramdisk/qt-linux-64-release/build/layout-test-results/svg/custom/bug86119-expected.txt
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/svg/custom/bug86119-actual.txt
@@ -1,1 +1,1 @@
-Test for Bug 86119. Test passes if it does not crash and you see a green rectangle above this text.
+Test for Bug 86119. Test passes if it does not crash and you see a green rectangle above this text.
Csaba Osztrogonác
Only few tests are affected, and we couldn't find how to fix it. We can
live with a dozen of Qt specific expected results because of this bug.