make the unit tests more stable

This commit is contained in:
Yanzhen Yu
2020-03-21 22:18:08 +08:00
parent 9f2f6757b3
commit 5e549c4ee4
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>