summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/browsers/the-window-object/open-close/open-features-non-integer-left.html.ini
blob: c557168fb1150cb9579c5ac7d91fad2403fb6278 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[open-features-non-integer-left.html]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [features "left=105.5" should set "left=105"]
    expected:
      if os == "android": FAIL

  [features "left=105.32" should set "left=105"]
    expected:
      if os == "android": FAIL

  [features "left=105LLl" should set "left=105"]
    expected:
      if os == "android": FAIL

  [features "left=105^4" should set "left=105"]
    expected:
      if os == "android": FAIL

  [features "left=105*3" should set "left=105"]
    expected:
      if os == "android": FAIL

  [features "left=105/5" should set "left=105"]
    expected:
      if os == "android": FAIL

  [features "left=105  " should set "left=105"]
    expected:
      if os == "android": FAIL

  [features "left=105e1" should set "left=105"]
    expected:
      if os == "android": FAIL

  [features "left=105e-1" should set "left=105"]
    expected:
      if os == "android": FAIL

  [features "left=/104" should NOT set "left=104"]
    expected:
      if (os == "linux") and not fission and not debug: [PASS, FAIL]

  [features "left=_104" should NOT set "left=104"]
    expected:
      if (os == "linux") and not fission and not debug: [PASS, FAIL]

  [features "left=L104" should NOT set "left=104"]
    expected:
      if (os == "linux") and not fission and not debug: [PASS, FAIL]