summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/browsers/the-window-object/open-close/open-features-non-integer-width.html.ini
blob: 3569976103319fae551f9c80730b67b51637ce4b (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
[open-features-non-integer-width.html]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [features "width=405.5" should set "width=405"]
    expected:
      if os == "android": FAIL

  [features "width=405.32" should set "width=405"]
    expected:
      if os == "android": FAIL

  [features "width=405LLl" should set "width=405"]
    expected:
      if os == "android": FAIL

  [features "width=405^4" should set "width=405"]
    expected:
      if os == "android": FAIL

  [features "width=405*3" should set "width=405"]
    expected:
      if os == "android": FAIL

  [features "width=405/5" should set "width=405"]
    expected:
      if os == "android": FAIL

  [features "width=405  " should set "width=405"]
    expected:
      if os == "android": FAIL

  [features "width=405e1" should set "width=405"]
    expected:
      if os == "android": FAIL

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