[Webkit-unassigned] [Bug 215772] New: Regression (r266028): platform/ios/ios/fast/coordinates/range-client-rects.html
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 24 10:08:36 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=215772
Bug ID: 215772
Summary: Regression (r266028):
platform/ios/ios/fast/coordinates/range-client-rects.h
tml
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: aakash_jain at apple.com
platform/ios/ios/fast/coordinates/range-client-rects.html seems to be broken on iOS since r266028.
History: https://results.webkit.org/?suite=layout-tests&test=platform%2Fios%2Fios%2Ffast%2Fcoordinates%2Frange-client-rects.html
e.g.: https://ews-build.s3-us-west-2.amazonaws.com/iOS-13-Simulator-WK2-Tests-EWS/r407098-24207-clean-tree/platform/ios/ios/fast/coordinates/range-client-rects-diff.txt
-PASS range.getClientRects().length is 2
+FAIL range.getClientRects().length should be 2. Was 1.
unscaled
PASS clientRect.left is 0
PASS clientRect.right is 1500
@@ -8,18 +8,18 @@
PASS clientRect.bottom is 1500
PASS clientRect.width is 1500
PASS clientRect.height is 1500
-PASS clientRect.left is 0
-PASS clientRect.right is 1500
-PASS clientRect.top is 0
-PASS clientRect.bottom is 1500
-PASS clientRect.width is 1500
-PASS clientRect.height is 1500
-PASS clientRect.left is 100
-PASS clientRect.right is 200
-PASS clientRect.top is 100
-PASS clientRect.bottom is 200
-PASS clientRect.width is 100
-PASS clientRect.height is 100
+FAIL clientRect.left should be 0. Threw exception TypeError: undefined is not an object (evaluating 'clientRect.left')
+FAIL clientRect.right should be 1500. Threw exception TypeError: undefined is not an object (evaluating 'clientRect.right')
+FAIL clientRect.top should be 0. Threw exception TypeError: undefined is not an object (evaluating 'clientRect.top')
+FAIL clientRect.bottom should be 1500. Threw exception TypeError: undefined is not an object (evaluating 'clientRect.bottom')
+FAIL clientRect.width should be 1500. Threw exception TypeError: undefined is not an object (evaluating 'clientRect.width')
+FAIL clientRect.height should be 1500. Threw exception TypeError: undefined is not an object (evaluating 'clientRect.height')
+FAIL clientRect.left should be 100. Was 0.
+FAIL clientRect.right should be 200. Was 1500.
+FAIL clientRect.top should be 100. Was 0.
+FAIL clientRect.bottom should be 200. Was 1500.
+FAIL clientRect.width should be 100. Was 1500.
+FAIL clientRect.height should be 100. Was 1500.
--
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/20200824/30f612da/attachment.htm>
More information about the webkit-unassigned
mailing list