Closed
Bug 1946387
Opened 1 month ago
Closed 26 days ago
Web platform tests fail if we don't lie about window sizes (async resizes on Linux)
Categories
(Testing :: web-platform-tests, defect)
Testing
web-platform-tests
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(1 obsolete file)
If I remove the piece of code that actively lies about our current window size (here), a lot of WPT reftests fail because they don't wait for the window to have the right dimensions.
Assignee | ||
Comment 1•1 month ago
|
||
On linux the initial resize can be async. This prevents us from trying
to run a reftest too soon if we don't lie about it.
Updated•1 month ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
Comment 2•26 days ago
|
||
The severity field is not set for this bug.
:jgraham, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(james)
Assignee | ||
Updated•26 days ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 days ago
Flags: needinfo?(james)
Resolution: --- → INVALID
Updated•26 days ago
|
Attachment #9464422 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•