diff --git a/Base/res/html/misc/calc.html b/Base/res/html/misc/calc.html new file mode 100644 index 0000000000..7061578557 --- /dev/null +++ b/Base/res/html/misc/calc.html @@ -0,0 +1,73 @@ + + + +
+The boxes change their width property.
+calc(100px)
+calc(100px + 30% - (2rem * 3 + 20px))
+calc(100px + 30% - (120px / (2*4 + 3 )))
+calc(50% + 60px)
+calc(50% + -60px)
+calc(50% + 60px - 10px)
+calc(50% + 3*20px)
+calc(50% + 3 * 20px)
+calc(50% + 10.5pt)
+calc(50% + .5pt)
+This page loaded in ms
Some small test pages: