Failing WPT css/css-cascade/all-prop-initial-visited.html, because href="" isn't synchronously visited.
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: twisniewski, Unassigned)
References
(Blocks 2 open bugs)
Details
See https://wpt.fyi/results/css/css-cascade/all-prop-initial-visited.html
This is in the interop2022 list.
Comment 1•1 year ago
|
||
The severity field is not set for this bug.
:emilio, could you have a look please?
For more information, please visit BugBot documentation.
Comment 2•1 year ago
|
||
The test passes if you give it more time, it's just that visited link color is asynchronous. We don't have a great way to be able to test :visited
in WPT. I suspect other browsers have a hack to make href=""
unconditionally / synchronously visited. Might be worth doing that.
Although I don't know how to get the screenshot of reftests, cannot we flush or wait the pending visited links updates at that time? Otherwise, it might be a way to update it by early runner or something if it's in automation?
I think this could block testing web apps with web drivers, so, potentially a web-compat issue.
Updated•3 months ago
|
Description
•