servo/tests/wpt/meta/html/browsers/the-window-object/open-close/open-features-tokenization-width-height.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

54 lines
1.5 KiB
INI
Vendored

[open-features-tokenization-width-height.html]
["width=401" should set width of opened window]
expected: FAIL
[" width = 401" should set width of opened window]
expected: FAIL
["width==401" should set width of opened window]
expected: FAIL
["\\nwidth= 401" should set width of opened window]
expected: FAIL
[",width=401,," should set width of opened window]
expected: FAIL
["WIDTH=401" should set width of opened window]
expected: FAIL
["height=402" should set height of opened window]
expected: FAIL
[" height = 402" should set height of opened window]
expected: FAIL
["height==402" should set height of opened window]
expected: FAIL
["\\nheight= 402" should set height of opened window]
expected: FAIL
[",height=402,," should set height of opened window]
expected: FAIL
["HEIGHT=402" should set height of opened window]
expected: FAIL
["height=402,width=401" should set height and width of opened window]
expected: FAIL
[" height = 402 , width = 401 ," should set height and width of opened window]
expected: FAIL
["height==402 width = 401" should set height and width of opened window]
expected: FAIL
["\\nheight= 402,,width=\\n401" should set height and width of opened window]
expected: FAIL
[",height=402,,width==401" should set height and width of opened window]
expected: FAIL
["HEIGHT=402, WIDTH=401" should set height and width of opened window]
expected: FAIL