mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Bump stylo and enable aspect-ratio tests (#32803)
Signed-off-by: valadaptive <valadaptive@protonmail.com>
This commit is contained in:
parent
f6c9714286
commit
bb5ace7929
206 changed files with 425 additions and 541 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue