Bug 218510
| Summary: | REGRESSION(r269272): [GTK] fast/dom/Range/getBoundingClientRect.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | bfulgham, bugs-noreply, crzwdjk, simon.fraser, zalan |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=218444 | ||
Lauro Moura
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Lauro Moura
Gardened in r269296
Arcady Goldmints-Orlov
This has been fixed by r288070.
*** This bug has been marked as a duplicate of bug 235266 ***