summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/browsers/the-window-object/open-close/open-features-tokenization-top-left.html.ini
blob: 6f55cfc6ca27b97d64afb75d0b3c8b34e00b90b0 (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
[open-features-tokenization-top-left.html]
  expected:
    if (os == "android") and debug and fission: [OK, TIMEOUT]
    if (os == "android") and debug and not fission: [OK, TIMEOUT]
  ["left=141" should set left position of opened window]
    expected:
      if os == "android": FAIL

  [" left = 141" should set left position of opened window]
    expected:
      if os == "android": FAIL

  ["left==141" should set left position of opened window]
    expected:
      if os == "android": FAIL

  ["\nleft= 141" should set left position of opened window]
    expected:
      if os == "android": FAIL

  [",left=141,," should set left position of opened window]
    expected:
      if os == "android": FAIL

  ["LEFT=141" should set left position of opened window]
    expected:
      if os == "android": FAIL

  ["top=142" should set top position of opened window]
    expected:
      if os == "android": FAIL

  [" top = 142" should set top position of opened window]
    expected:
      if os == "android": FAIL

  ["top==142" should set top position of opened window]
    expected:
      if os == "android": FAIL

  ["\\ttop= 142" should set top position of opened window]
    expected:
      if os == "android": FAIL

  [",top=142,," should set top position of opened window]
    expected:
      if os == "android": FAIL

  ["TOP=142" should set top position of opened window]
    expected:
      if os == "android": FAIL

  ["top=152,left=152" should set top and left position of opened window]
    expected:
      if os == "android": FAIL

  ["top=152,,left=152," should set top and left position of opened window]
    expected:
      if os == "android": FAIL

  ["top=152==left=152" should set top and left position of opened window]
    expected:
      if os == "android": FAIL

  [",,top= 152, left=152" should set top and left position of opened window]
    expected:
      if os == "android": FAIL