This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
ladybird
Watch
2
Star
0
Fork
You've already forked ladybird
0
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2025-11-10 02:01:03 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
027c9f53be
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 16:35:21 +02: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 16:01:57 +01:00
<
p
style
=
"text-transform: math-auto;"
>
Well, hello friends!
<
/
p
>
Reference in a new issue
Copy permalink