aboutsummaryrefslogtreecommitdiff
path: root/test/html/render/text-align-center.ref.html
AgeCommit message (Collapse)Author
2025-07-07Fix text-alignCameron Paul
Inline elements are now aligned based on the text-align value of their containing element instead of their own text-align value. Block level elements are no longer affected by the text-align property. Fixes: https://github.com/dillo-browser/dillo/issues/410
2025-07-07Expand text-align-center test with more test casesCameron Paul
2025-06-16Add HTML test for text-align: centerCameron Paul
See: https://github.com/dillo-browser/dillo/issues/410