From 317d2ac547baa0fdf0f0654562ce76fc0c232f2b Mon Sep 17 00:00:00 2001 From: Till Schneidereit Date: Sun, 19 Jul 2015 18:59:54 +0200 Subject: [PATCH] Add display: none test --- .../tests/mozilla/client-top-left-height-width.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/wpt/mozilla/tests/mozilla/client-top-left-height-width.html b/tests/wpt/mozilla/tests/mozilla/client-top-left-height-width.html index 6a43354a1b9..9c22cac1109 100644 --- a/tests/wpt/mozilla/tests/mozilla/client-top-left-height-width.html +++ b/tests/wpt/mozilla/tests/mozilla/client-top-left-height-width.html @@ -63,6 +63,12 @@ background-color: green; display: inline-block; } +#display-none { + width: 100px; + height: 100px; + background-color: green; + display: none; +} @@ -78,6 +84,7 @@
rotated
inline-block
+
display-none