diff --git a/test/index.html b/test/index.html index f8bf48f9b..73c1e1c0d 100644 --- a/test/index.html +++ b/test/index.html @@ -29,9 +29,14 @@ border: 1px solid #333; box-sizing: border-box; } +.test { + position: relative; + width: 100px; + height: 100px; +} -
Test
+
Test