Bug 113769
| Summary: | [Qt] Some fast/exclusions/shape-outside-floats tests are failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Zoltan Arvai <zarvai> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | giles_joplin, kadam, krit |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 87008, 113600 | ||
Zoltan Arvai
New test introduced in r147249 updated in r147384 is failing on Qt.
--- /ramdisk/qt-linux-release/build/layout-test-results/fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left-expected.txt
+++ /ramdisk/qt-linux-release/build/layout-test-results/fast/exclusions/shape-outside-floats/shape-outside-floats-ellipse-margin-left-actual.txt
@@ -1,9 +1,9 @@
PASS elementRect('s1').top is 0
-PASS elementRect('s1').left is 347
+FAIL elementRect('s1').left should be 347. Was 348.
PASS elementRect('s2').top is 20
-PASS elementRect('s2').left is 390
+FAIL elementRect('s2').left should be 389. Was 390.
PASS elementRect('s3').top is 40
-PASS elementRect('s3').left is 417
+FAIL elementRect('s3').left should be 417. Was 418.
The left edges of the three black squares should follow the outer ellipse boundary and each square should appear on a subsequent line.
X
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Zoltan Arvai
Skipped in http://trac.webkit.org/changeset/147417.
Zoltan Arvai
fast/exclusions/shape-outside-floats/shape-outside-floats-diamond-margin-polygon.html is failing added in r147831.
It's probably due to disabled subpixel layout on Qt port.
Zoltan Arvai
Enabling sub-pixel layout in r148594 resolved this issue.
fast/exclusions tests are unskipped in http://trac.webkit.org/changeset/148868.