diff options
author | valadaptive <79560998+valadaptive@users.noreply.github.com> | 2024-07-18 09:28:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-18 13:28:39 +0000 |
commit | bb5ace79298c6a48a6ba110496792ad1f8f29e15 (patch) | |
tree | 530fe07c8324761ed813530b3d42f2e6b3ed50be /tests/wpt/meta/html | |
parent | f6c9714286b044df02ae1f2a7af1a7c3d89e9320 (diff) | |
download | servo-bb5ace79298c6a48a6ba110496792ad1f8f29e15.tar.gz servo-bb5ace79298c6a48a6ba110496792ad1f8f29e15.zip |
Bump stylo and enable aspect-ratio tests (#32803)
Signed-off-by: valadaptive <valadaptive@protonmail.com>
Diffstat (limited to 'tests/wpt/meta/html')
3 files changed, 0 insertions, 78 deletions
diff --git a/tests/wpt/meta/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/canvas-aspect-ratio.html.ini b/tests/wpt/meta/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/canvas-aspect-ratio.html.ini index 70df4639cf6..ec2747cb87e 100644 --- a/tests/wpt/meta/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/canvas-aspect-ratio.html.ini +++ b/tests/wpt/meta/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/canvas-aspect-ratio.html.ini @@ -19,18 +19,3 @@ [Computed style test: canvas with {"width":"10%","height":"20"}] expected: FAIL - - [Computed style test: canvas with {"width":null,"height":null}] - expected: FAIL - - [Computed style test: canvas with {"width":"10","height":null}] - expected: FAIL - - [Computed style test: canvas with {"width":null,"height":"20"}] - expected: FAIL - - [Computed style test: canvas with {"width":"xx","height":"20"}] - expected: FAIL - - [Computed style test: canvas with {"width":"20","height":"xx"}] - expected: FAIL diff --git a/tests/wpt/meta/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-aspect-ratio.html.ini b/tests/wpt/meta/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-aspect-ratio.html.ini index 8d089d54636..c86bf3cd3ca 100644 --- a/tests/wpt/meta/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-aspect-ratio.html.ini +++ b/tests/wpt/meta/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/img-aspect-ratio.html.ini @@ -49,63 +49,3 @@ [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 diff --git a/tests/wpt/meta/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/picture-aspect-ratio.html.ini b/tests/wpt/meta/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/picture-aspect-ratio.html.ini index 67d7178b325..b896e0912e9 100644 --- a/tests/wpt/meta/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/picture-aspect-ratio.html.ini +++ b/tests/wpt/meta/html/rendering/replaced-elements/attributes-for-embedded-content-and-images/picture-aspect-ratio.html.ini @@ -43,6 +43,3 @@ [Loaded picture test: Both <source> and <img> are with width and height attributes] expected: FAIL - - [Loaded picture test: Both <source> and <img> are without width and height attributes] - expected: FAIL |