summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/browsers/the-window-object/open-close/open-features-tokenization-width-height.html.ini
blob: 61fe535ef54c3bbc0ef57797ca9d6b91d98d7bd2 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[open-features-tokenization-width-height.html]
  expected:
    if not fission and (os == "linux") and not debug: [OK, TIMEOUT]
  ["width=401" should set width of opened window]
    expected:
      if os == "android": FAIL

  [" width = 401" should set width of opened window]
    expected:
      if os == "android": FAIL

  ["width==401" should set width of opened window]
    expected:
      if os == "android": FAIL

  ["\\nwidth= 401" should set width of opened window]
    expected:
      if os == "android": FAIL

  [",width=401,," should set width of opened window]
    expected:
      if os == "android": FAIL

  ["WIDTH=401" should set width of opened window]
    expected:
      if os == "android": FAIL

  ["height=402" should set height of opened window]
    expected:
      if os == "android": FAIL

  [" height = 402" should set height of opened window]
    expected:
      if os == "android": FAIL

  ["height==402" should set height of opened window]
    expected:
      if os == "android": FAIL

  ["\\nheight= 402" should set height of opened window]
    expected:
      if os == "android": FAIL

  [",height=402,," should set height of opened window]
    expected:
      if os == "android": FAIL

  ["HEIGHT=402" should set height of opened window]
    expected:
      if os == "android": FAIL

  ["height=402,width=401" should set height and width of opened window]
    expected:
      if os == "android": FAIL

  [" height = 402 , width = 401 ," should set height and width of opened window]
    expected:
      if os == "android": FAIL

  ["height==402 width = 401" should set height and width of opened window]
    expected:
      if os == "android": FAIL

  ["\\nheight= 402,,width=\\n401" should set height and width of opened window]
    expected:
      if os == "android": FAIL

  [",height=402,,width==401" should set height and width of opened window]
    expected:
      if os == "android": FAIL

  ["HEIGHT=402, WIDTH=401" should set height and width of opened window]
    expected:
      if os == "android": FAIL