Open Bug 1866192 Opened 1 year ago Updated 3 months ago

Failing WPT css/css-cascade/all-prop-initial-visited.html, because href="" isn't synchronously visited.

Categories

(Core :: DOM: Core & HTML, defect)

defect

Tracking

()

People

(Reporter: twisniewski, Unassigned)

References

(Blocks 2 open bugs)

Details

The severity field is not set for this bug.
:emilio, could you have a look please?

For more information, please visit BugBot documentation.

Flags: needinfo?(emilio)

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.

Component: CSS Parsing and Computation → DOM: Core & HTML
Flags: needinfo?(emilio)
Summary: Failing WPT css/css-cascade/all-prop-initial-visited.html → Failing WPT css/css-cascade/all-prop-initial-visited.html, because href="" isn't synchronously visited.

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.

Severity: -- → S3
You need to log in before you can comment on or make changes to this bug.