mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02: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:
@@ -17,7 +17,7 @@ body {
|
||||
|
||||
var passed =
|
||||
getComputedStyle(body).getPropertyValue("align-self") ==
|
||||
"auto";
|
||||
"stretch";
|
||||
body.textContent = body.className = passed ? "PASS" : "FAIL";
|
||||
</script>
|
||||
</body></html>
|
||||
|
||||
Reference in New Issue
Block a user