NEW 141756
[Win] Layout Test fast/dom/Element/getClientRects.html is failing
https://bugs.webkit.org/show_bug.cgi?id=141756
Summary [Win] Layout Test fast/dom/Element/getClientRects.html is failing
Brent Fulgham
Reported 2015-02-18 08:46:45 PST
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
Brent Fulgham
Comment 1 2015-02-18 08:50:40 PST
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
Comment 2 2015-02-18 08:52:47 PST
This seems to be the cause of fast/dom/Range/getClientRects.html failing as well.
Note You need to log in before you can comment on or make changes to this bug.