blob: 14080dec2a73edeaac7eedb3831aeac788f033a1 (
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
|
[scroll-behavior-main-frame-root.html]
[Main frame with auto scroll-behavior ; scroll() with smooth behavior]
expected:
if (os == "win") and not debug and (processor == "x86"): [FAIL, PASS]
if (os == "win") and not debug and (processor == "x86_64"): [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]
|