Bug 141756

Summary: [Win] Layout Test fast/dom/Element/getClientRects.html is failing
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   

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.