mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Fixup for align-self
and tests
This is a fixup for `align-self`, the computed value of which should now properly inherit `align-items` value of its parent. Additional passed tests is also removed from ini folder. Fixup for geckolib errors.
This commit is contained in:
parent
a7733b38d4
commit
f4b8f9766c
10 changed files with 54 additions and 27 deletions
|
@ -17,7 +17,7 @@ body {
|
|||
|
||||
var passed =
|
||||
getComputedStyle(body).getPropertyValue("align-self") ==
|
||||
"auto";
|
||||
"stretch";
|
||||
body.textContent = body.className = passed ? "PASS" : "FAIL";
|
||||
</script>
|
||||
</body></html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue