Files
servo/tests/wpt/meta/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-aspect-ratio.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

121 lines
3.8 KiB
INI

[img-aspect-ratio.html]
[Computed style]
expected: FAIL
[Create, append and test immediately: <img> with attributes width=250, height=100]
expected: FAIL
[Create, append and test immediately: <img> with attributes width=0.8, height=0.2]
expected: FAIL
[Create, append and test immediately: <img> with invalid trailing attributes width=50pp height=25xx]
expected: FAIL
[Computed style test: img with {"width":"10","height":"20"}]
expected: FAIL
[Computed style test: input with {"type":"image","width":"10","height":"20"}]
expected: FAIL
[Computed style test: img with {"width":"0","height":"1"}]
expected: FAIL
[Computed style test: input with {"type":"image","width":"0","height":"1"}]
expected: FAIL
[Computed style test: img with {"width":"1","height":"0"}]
expected: FAIL
[Computed style test: input with {"type":"image","width":"1","height":"0"}]
expected: FAIL
[Computed style test: img with {"width":"0","height":"0"}]
expected: FAIL
[Computed style test: input with {"type":"image","width":"0","height":"0"}]
expected: FAIL
[Computed style test: img with {"width":"0.5","height":"1.5"}]
expected: FAIL
[Computed style test: input with {"type":"image","width":"0.5","height":"1.5"}]
expected: FAIL
[Loaded images test: <img> with width, height and empty src attributes]
expected: FAIL
[Loaded images test: Error image with width and height attributes]
expected: FAIL
[Loaded images test: Error image with width, height and alt attributes]
expected: FAIL
[Computed style test: input with {"type":"submit","width":"10","height":"20"}]
expected: FAIL
[Computed style test: input with {"type":"submit","width":"0","height":"1"}]
expected: FAIL
[Computed style test: input with {"type":"submit","width":"1","height":"0"}]
expected: FAIL
[Computed style test: input with {"type":"submit","width":"0","height":"0"}]
expected: FAIL
[Computed style test: input with {"type":"submit","width":"0.5","height":"1.5"}]
expected: FAIL
[Computed style test: img with {"width":null,"height":null}]
expected: FAIL
[Computed style test: input with {"type":"image","width":null,"height":null}]
expected: FAIL
[Computed style test: input with {"type":"submit","width":null,"height":null}]
expected: FAIL
[Computed style test: img with {"width":"10","height":null}]
expected: FAIL
[Computed style test: input with {"type":"image","width":"10","height":null}]
expected: FAIL
[Computed style test: input with {"type":"submit","width":"10","height":null}]
expected: FAIL
[Computed style test: img with {"width":null,"height":"20"}]
expected: FAIL
[Computed style test: input with {"type":"image","width":null,"height":"20"}]
expected: FAIL
[Computed style test: input with {"type":"submit","width":null,"height":"20"}]
expected: FAIL
[Computed style test: img with {"width":"xx","height":"20"}]
expected: FAIL
[Computed style test: input with {"type":"image","width":"xx","height":"20"}]
expected: FAIL
[Computed style test: input with {"type":"submit","width":"xx","height":"20"}]
expected: FAIL
[Computed style test: img with {"width":"10%","height":"20"}]
expected: FAIL
[Computed style test: input with {"type":"image","width":"10%","height":"20"}]
expected: FAIL
[Computed style test: input with {"type":"submit","width":"10%","height":"20"}]
expected: FAIL
[Loaded images test: <img> without width height attributes]
expected: FAIL
[Loaded images test: <img> with width and height attributes, but conflicting to the original aspect ratio]
expected: FAIL
[Loaded images test: <img> with width and height attributes, but not equal to the original aspect ratio]
expected: FAIL