Source code

Revision control

Copy as Markdown

Other Tools

[mouseover-heuristics-background.tentative.html]
expected:
if (os == "win") and not debug and (processor == "x86"): [ERROR, TIMEOUT, OK]
if (os == "linux") and debug and not fission: [ERROR, OK, TIMEOUT]
if (os == "linux") and not debug and fission: [ERROR, OK, TIMEOUT]
if (os == "linux") and not debug and not fission: [OK, ERROR, TIMEOUT]
[ERROR, OK]
[LCP mouseover heuristics ignore background-based zoom widgets]
expected:
if (os == "linux") and not fission and debug: [TIMEOUT, PASS]
if (os == "linux") and not fission and not debug: [PASS, TIMEOUT]
if (os == "linux") and fission: [TIMEOUT, PASS]
if (os == "android") and debug: [TIMEOUT, PASS]
TIMEOUT