1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-30 13:58:08 +00:00
_/playwright/test.html
2024-10-24 21:31:42 +09:00

15 lines
319 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<first-test><div>1</div></first-test>
<second-test>
<div>2</div>
<div></div>
</second-test>
</body>
</html>