1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/playwright/test.html

16 lines
319 B
HTML
Raw Permalink Normal View History

2024-10-24 21:31:42 +09:00
<!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>