Bump stylo and enable aspect-ratio tests (#32803)

Signed-off-by: valadaptive <valadaptive@protonmail.com>
This commit is contained in:
valadaptive 2024-07-18 09:28:39 -04:00 committed by GitHub
parent f6c9714286
commit bb5ace7929
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
206 changed files with 425 additions and 541 deletions

View file

@ -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

View file

@ -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

View file

@ -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