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.
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.
This seems to be the cause of fast/dom/Range/getClientRects.html failing as well.