ladybird/Tests/LibWeb/Layout/input/css-values/numeric-constants.html

14 lines
235 B
HTML
Raw Normal View History

<!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">