From 77bd4969c2cf827e01f849ae2b5f8cde33219866 Mon Sep 17 00:00:00 2001 From: Daybrush Date: Mon, 21 Jun 2021 02:08:56 +0900 Subject: [PATCH] test: test transform --- test/index.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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