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

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

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

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

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

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

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

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

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