Test List
Rationale
scope-visited.html fails on Firefox for reasons unrelated to @scope. Visited link coloring is asynchronous in Firefox (and intentionally not observable by the page so the page can't really wait for it). Our WPT harness also disables browser history so links never show as visited. The test works outside of the reftest harness.
We're considering hacking around it by making href="" synchronously turn the link visited, but that's a bit hackish and :visited is security-sensitive so I'd rather not rely on that.
Test List
Rationale
scope-visited.htmlfails on Firefox for reasons unrelated to@scope. Visited link coloring is asynchronous in Firefox (and intentionally not observable by the page so the page can't really wait for it). Our WPT harness also disables browser history so links never show as visited. The test works outside of the reftest harness.We're considering hacking around it by making
href=""synchronously turn the link visited, but that's a bit hackish and:visitedis security-sensitive so I'd rather not rely on that.