1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 19:45:08 +00:00
serenity/Tests/LibWeb/Layout/input/css-values/numeric-constants.html
2023-08-01 14:39:31 +02:00

13 lines
235 B
HTML

<!DOCTYPE html>
<style>
* {
width: 0px;
height: 0px;
}
.pi {
width: round(up, pi * 25px, 10px);
}
.e {
width: round(up, e * 36px, 10px);
}
</style><div class="pi"><div class="e">