LibWeb: Add tests for calc function nodes

This commit is contained in:
stelar7 2023-07-31 15:49:42 +02:00 committed by Andreas Kling
commit 9f73fc87a8
Notes: sideshowbarker 2024-07-17 00:57:24 +09:00
12 changed files with 166 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<!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">