summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/cssom-view/scroll-behavior-subframe-root.html.ini
blob: 6737ece6f5d89a54e6ce3ae827929a4712365cb9 (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
[scroll-behavior-subframe-root.html]
  disabled:
    if os == "android": bug 1550895 (frequently fails on geckoview), Bug 1559325
  [Subframe with smooth scroll-behavior ; scrollTo() with auto behavior]
    expected:
      if os == "mac": [PASS, FAIL]

  [Subframe setting scrollTop with smooth scroll-behavior]
    expected:
      if (os == "win") and debug: [PASS, FAIL]

  [Subframe with smooth scroll-behavior ; scrollTo() with smooth behavior]
    expected:
      if (os == "win") and debug: [PASS, FAIL]

  [Subframe with smooth scroll-behavior ; scroll() with smooth behavior]
    expected:
      if (processor == "x86") and not debug: [PASS, FAIL]

  [Subframe with smooth scroll-behavior ; scroll() with default behavior]
    expected:
      if not fission and debug: [PASS, FAIL]

  [Subframe with smooth scroll-behavior ; scrollBy() with auto behavior]
    expected:
      if not fission and debug: [PASS, FAIL]

  [Subframe with auto scroll-behavior ; scroll() with smooth behavior]
    expected:
      if not fission and debug: [PASS, FAIL]