make the unit tests more stable

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent ca2b074743
commit e194e08b17
3 changed files with 44 additions and 3 deletions

View File

@@ -7,6 +7,8 @@
<title>Block record</title>
</head>
<body>
<div class="rr-block"><input type="text" /> <span id="text"></span></div>
<div class="rr-block" style="width: 50px; height: 50px;">
<input type="text" /> <span id="text"></span>
</div>
</body>
</html>