Bug 141756 - [Win] Layout Test fast/dom/Element/getClientRects.html is failing
Summary: [Win] Layout Test fast/dom/Element/getClientRects.html is failing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-18 08:46 PST by Brent Fulgham
Modified: 2015-02-18 08:52 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 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.
Comment 1 Brent Fulgham 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.
Comment 2 Brent Fulgham 2015-02-18 08:52:47 PST
This seems to be the cause of fast/dom/Range/getClientRects.html failing as well.