diff options
-rw-r--r-- | test/data/testsuite.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/data/testsuite.css b/test/data/testsuite.css index 4f2b289f4..f6225df30 100644 --- a/test/data/testsuite.css +++ b/test/data/testsuite.css @@ -53,11 +53,11 @@ div.medopacity { } div.nowidth { - width: 0px; + width: 0; } div.noheight { - height: 0px; + height: 0; } div.noopacity { |