1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-18 00:05:07 +00:00
serenity/Tests/LibWeb/Layout/input/css-values/sign-related-functions.html
2023-08-01 14:39:31 +02:00

13 lines
234 B
HTML

<!DOCTYPE html>
<style>
* {
width: 0px;
height: 0px;
}
.abs {
width: calc(abs(-80px))
}
.sign {
width: calc(sign(-100px) * -100px);
}
</style><div class="abs"><div class="sign">