summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/cssom-view/scroll-behavior-smooth-positions.html.ini
blob: 7c7983f540cc2e3b5839308f353c65760aebc894 (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
28
29
30
31
[scroll-behavior-smooth-positions.html]
  [Scroll positions when performing smooth scrolling from (1000, 0) to (500, 250) using scroll() ]
    expected:
      if debug and (os == "win"): [PASS, FAIL]
      if debug and (os == "linux"): [PASS, FAIL]

  [Scroll positions when performing smooth scrolling from (0, 0) to (500, 250) using scroll() ]
    expected:
      if (os == "win") and debug: [PASS, FAIL]
      if (os == "linux") and not fission: [PASS, FAIL]

  [Scroll positions when performing smooth scrolling from (1000, 500) to (500, 250) using scrollBy() ]
    expected:
      if (os == "mac") and debug: [PASS, FAIL]

  [Scroll positions when performing smooth scrolling from (0, 500) to (500, 250) using scrollIntoView() ]
    expected:
      if (os == "win") and debug: [PASS, FAIL]

  [Scroll positions when performing smooth scrolling from 0 to 250 by setting scrollTop ]
    expected:
      if swgl and (os == "win"): [PASS, FAIL]

  [Scroll positions when performing smooth scrolling from (0, 500) to (500, 250) using scrollTo() ]
    expected:
      if (os == "linux") and swgl and not fission: [PASS, FAIL]
      if (os == "win") and not debug: [PASS, FAIL]

  [Scroll positions when performing smooth scrolling from (1000, 0) to (500, 250) using scrollTo() ]
    expected:
      if swgl and (os == "linux") and not fission: [PASS, FAIL]