chromedp/testdata/child1.html
2017-01-28 09:14:38 +07:00

11 lines
118 B
HTML

<html>
<head>
<title>child 1</title>
</head>
<body>
<div id="child1">
<p>child one</p>
</div>
</body>
</html>