[Webkit-unassigned] [Bug 218510] New: REGRESSION(r269272): [GTK] fast/dom/Range/getBoundingClientRect.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 3 05:52:07 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=218510

            Bug ID: 218510
           Summary: REGRESSION(r269272): [GTK]
                    fast/dom/Range/getBoundingClientRect.html is failing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lmoura at igalia.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201103/2e85c491/attachment.htm>


More information about the webkit-unassigned mailing list