Closed
Bug 1902165
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 46724 - width_offset and height_offset should never be negative
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox129 fixed)
RESOLVED
FIXED
129 Branch
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 46724 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/46724
Details from upstream follow.
Weizhong Xia <weizhong@google.com> wrote:
width_offset and height_offset should never be negative
Reftests all failing on Mac because windows size is set to 0. The reason windows size is zero is because width_offset and height_offset are negative -800 and -600 respectively, and when they are added to the expected size, the final size is 0.
This seems to be some mac side syncronazation issue. Add this sanite check to bypass this issue for now.
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
The PR was not expected to affect any tests, but the try push wasn't a success. Check the try results for infrastructure issues
| Assignee | ||
Comment 3•2 years ago
|
||
Test result changes from PR not available.
| Assignee | ||
Comment 4•2 years ago
|
||
Test result changes from PR not available.
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0fbe77e137c6
[wpt PR 46724] - width_offset and height_offset should never be negative, a=testonly
| Assignee | ||
Comment 6•2 years ago
|
||
Test result changes from PR not available.
Comment 7•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•