[wpt-sync] Sync PR 49925 - De-flake input-element-pseudo-open
Categories
(Core :: Layout: Generated Content, Lists, and Counters, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 49925 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/49925
Details from upstream follow.
Joey Arhar <jarhar@chromium.org> wrote:
De-flake input-element-pseudo-open
test_driver.bless() calls were timing out while the picker is open, and
the color picker wasn't closing when calling input.blur(). Replacing
both of these with test_driver.click() on a button that always comes
before the pickers fixes both of these issues.Change-Id: I01550d84c5e6111329cc660f6e797ce21f4e2b74
Reviewed-on: https://chromium-review.googlesource.com/6149610
WPT-Export-Revision: 5480b80ce9f390bc6380a19f06f6d0f3ac24e532
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 7 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 7
Chrome
OK
: 1
PASS
: 7
Safari
OK
: 1
FAIL
: 7
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-pseudo/input-element-pseudo-open.optional.html [wpt.fyi]
- CSS :open for <input type=date>:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS :open for <input type=datetime-local>:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS :open for <input type=week>:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS :open for <input type=month>:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS :open for <input type=time>:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS :open for <input type=color>:
FAIL
(Chrome:PASS
, Safari:FAIL
) - CSS :open for <input type=text list=datalist>:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- CSS :open for <input type=date>:
Description
•