blob: 3d7887495b928948d06854280dd4c50ca2f98673 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[mouseover-heuristics-background.tentative.html]
expected:
if (os == "linux") and not asan and debug and not fission: [ERROR, OK, TIMEOUT]
if (os == "linux") and not asan and not debug and tsan: [ERROR, OK, TIMEOUT]
if (os == "linux") and not asan and not debug and not tsan: [TIMEOUT, OK, ERROR]
[ERROR, OK]
[LCP mouseover heuristics ignore background-based zoom widgets]
expected:
if os == "linux": [TIMEOUT, PASS]
TIMEOUT
|