w-puppeteer-uitest
Version:
A uitest package for web developer.
15 lines (11 loc) • 538 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-tw">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>example for resize</title>
</head>
<body>
<div style="display:inline-block; width:300px; height:300px; background-color:#eee; margin:10px; padding:10px; border-radius:5px;">Block A</div>
<div style="display:inline-block; width:300px; height:300px; background-color:#eee; margin:10px; padding:10px; border-radius:5px;">Block B</div>
</body>
</html>