blob: 6841c5e7f4494f3f809b1918a413ed358f97cd61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
[scroll-behavior-main-frame-root.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Main frame with auto scroll-behavior ; scroll() with smooth behavior]
expected:
if (processor == "x86_64") and (os == "mac") and debug: [FAIL, PASS]
[PASS, FAIL]
[Main frame with auto scroll-behavior ; scrollBy() with smooth behavior]
expected:
if swgl and not fission: [PASS, FAIL]
[Main frame with auto scroll-behavior ; scrollTo() with smooth behavior]
expected:
if debug and fission: [PASS, FAIL]
[Aborting an ongoing smooth scrolling on the main frame with another smooth scrolling]
expected:
if debug and fission: [PASS, FAIL]
[Main frame with smooth scroll-behavior ; scrollBy() with smooth behavior]
expected:
if (os == "linux") and debug and not fission and not swgl: [PASS, FAIL]
[Main frame with smooth scroll-behavior ; scroll() with default behavior]
expected:
if (os == "linux") and debug and not fission and not swgl: [PASS, FAIL]
|