Bug 141756
| Summary: | [Win] Layout Test fast/dom/Element/getClientRects.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | All | ||
Brent Fulgham
The following layout test is failing on Windows:
fast/dom/Element/getClientRects.html
The failure case looks like the following:
--- /home/buildbot/slave/win-release-tests/build/layout-test-results/fast/dom/Element/getClientRects-expected.txt
+++ /home/buildbot/slave/win-release-tests/build/layout-test-results/fast/dom/Element/getClientRects-actual.txt
@@ -17,7 +17,7 @@
Known failure. Skipping.
Client bounding rects for #7
-PASS testRects.length is 11
+FAIL testRects.length should be 11. Was 10.
Client bounding rects for #8
PASS testRects.length is 1
Probable cause:
Unknown.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Brent Fulgham
It looks like Rect #7 is failing because the text is flowed slightly differently, resulting in one fewer line of text than in the expected case.
Brent Fulgham
This seems to be the cause of fast/dom/Range/getClientRects.html failing as well.