fast/dom/Range/getBoundingClientRect.html Diff: --- /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/fast/dom/Range/getBoundingClientRect-expected.txt +++ /home/buildbot/worker/gtk-linux-64-release-tests/build/layout-test-results/fast/dom/Range/getBoundingClientRect-actual.txt @@ -48,9 +48,9 @@ Test 7 PASS rect.left.toFixed(3) is "8.000" -PASS rect.top.toFixed(3) is "2180.000" +FAIL rect.top.toFixed(3) should be 2180.000. Was 2168.000. PASS rect.width.toFixed(3) is "176.000" -PASS rect.height.toFixed(3) is "96.000" +FAIL rect.height.toFixed(3) should be 96.000. Was 108.000. PASS rect.right is rect.left + rect.width PASS rect.bottom is rect.top + rect.height The top/height of the bbox did not change for GTK (It's passing in WPE) after r269272, which updated the expected values in the comparisons.
Gardened in r269296
This has been fixed by r288070. *** This bug has been marked as a duplicate of bug 235266 ***