1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 05:27:14 +09:00
ladybird/Tests/LibWeb/Layout/input/css-font-size-math.html
2025-06-07 11:09:53 +01:00

11 lines
224 B
HTML

<!DOCTYPE html>
<style>
body {
font: 72px SerenitySans;
}
span {
font-size: math;
math-depth: add(1);
}
</style>
<span>H<span>e<span>l<span>l<span>o</span></span></span></span></span>