servo/tests/wpt/meta/html/browsers/the-window-object/open-close/open-features-tokenization-innerheight-innerwidth.html.ini
Martin Robinson f4578afdfe
Rename metadata directories
This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
2023-06-22 21:15:41 +02:00

42 lines
1.1 KiB
INI
Vendored

[open-features-tokenization-innerheight-innerwidth.html]
["innerwidth=401" should set width of opened window]
expected: FAIL
[" innerwidth = 401" should set width of opened window]
expected: FAIL
["innerwidth==401" should set width of opened window]
expected: FAIL
["\\ninnerwidth= 401" should set width of opened window]
expected: FAIL
[",innerwidth=401,," should set width of opened window]
expected: FAIL
["INNERWIDTH=401" should set width of opened window]
expected: FAIL
["innerWidth=401" should set width of opened window]
expected: FAIL
["innerheight=402" should set height of opened window]
expected: FAIL
[" innerheight = 402" should set height of opened window]
expected: FAIL
["innerheight==402" should set height of opened window]
expected: FAIL
["\\ninnerheight= 402" should set height of opened window]
expected: FAIL
[",innerheight=402,," should set height of opened window]
expected: FAIL
["INNERHEIGHT=402" should set height of opened window]
expected: FAIL
["innerHeight=402" should set height of opened window]
expected: FAIL