blob: 0912163edbe128cc1b7ee38023894a0565ba0c8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[background-change-during-smooth-scroll.html]
expected:
if (os == "linux") and (processor == "x86_64") and debug and not fission: OK
if (os == "win") and (processor == "x86") and not debug: OK
if (os == "win") and (processor == "x86_64") and swgl: [TIMEOUT, OK]
if (os == "android") and not fission: OK
[OK, TIMEOUT]
[background change during smooth scroll]
expected:
if (os == "linux") and debug and not fission: PASS
if (os == "win") and (processor == "x86") and not debug: PASS
if (os == "win") and (processor == "x86_64") and swgl: [NOTRUN, PASS]
if os == "android": PASS
[PASS, NOTRUN]
|