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