summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/cssom-view/scroll-behavior-smooth-positions.html.ini
blob: b1d9973082d999f7221e909babfe4ec7c3d977b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[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]
      if (os == "android") and debug: [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, 500) to (500, 250) using scrollTo() ]
    expected:
      if (os == "win") and not debug: [PASS, FAIL]