This website requires JavaScript.
Explore
Help
Sign in
dmaax
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
fff09ed330
ladybird
/
Tests
/
LibWeb
/
Layout
/
input
/
css-text-transform-math-auto.html
3 lines
79 B
HTML
Raw
Normal View
History
Unescape
Escape
Meta: Add doctypes to more layout tests
2025-05-04 11:35:21 -03:00
<!DOCTYPE html>
LibWeb: Implement `text-transform: math-auto` This is a simple mapping of some code-points to others. I was going to use a ref test for this, but without knowing that the font contains the code-points (which SerenitySans does not) we'd be comparing a series of replacement characters to a series of replacement characters, which doesn't tell you if they're the right code-points underneath.
2023-09-08 12:01:57 -03:00
<
p
style
=
"text-transform: math-auto;"
>
Well, hello friends!
<
/
p
>
Reference in a new issue
Copy permalink