From 3c9bf1e1615361bbda83ad057b815814618aee28 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Wed, 29 Jun 2022 23:35:32 +0100 Subject: [PATCH] Base: Add example for `calc( - )` to calc.html `calc( + -)` did work before, but a direct `calc( - )` was broken. Let's have a test for both. --- Base/res/html/misc/calc.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Base/res/html/misc/calc.html b/Base/res/html/misc/calc.html index 5c8e5a5521..1141afdb3c 100644 --- a/Base/res/html/misc/calc.html +++ b/Base/res/html/misc/calc.html @@ -39,6 +39,11 @@
+

calc(50% - 60px)

+
+
+
+

calc(50% + -60px)