From 69db408d82202f11cdc999b2c6b924c189841ea3 Mon Sep 17 00:00:00 2001 From: Christophe Tafani-Dereeper Date: Mon, 16 May 2016 14:44:45 +0200 Subject: [PATCH] CSS: Remove units from a 0 width/height element Close gh-3122 --- test/data/testsuite.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/data/testsuite.css b/test/data/testsuite.css index 4f2b289f..f6225df3 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 { -- 2.11.4.GIT