aboutsummaryrefslogtreecommitdiffstats
path: root/test/lua/unit/css.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/lua/unit/css.lua')
-rw-r--r--test/lua/unit/css.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lua/unit/css.lua b/test/lua/unit/css.lua
index 5bb197bf2..3078ed3bc 100644
--- a/test/lua/unit/css.lua
+++ b/test/lua/unit/css.lua
@@ -100,8 +100,8 @@ body {
]],
[[
/* Colors */
-p { color: rgb(100%, 50%, 0%); opacity: -1; width: 1em; } /* very transparent solid orange */
-p { color: rgb(100%, 50%, 0%); opacity: 2; } /* very transparent solid orange */
+p { color: rgb(100%, 50%, 0%); opacity: -1; width: 1em; display: none; } /* very transparent solid orange */
+p { color: rgb(100%, 50%, 0%); opacity: 2; display: inline; } /* very transparent solid orange */
p { color: rgb(100%, 50%, 0%); opacity: 0.5; } /* very transparent solid orange */
p { color: rgb(100%, 50%, 0%); opacity: 1; width: 99%; } /* very transparent solid orange */
p { color: rgb(100%, 50%, 0%); opacity: 10%; width: 99%; } /* very transparent solid orange */