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

11 lines
118 B
HTML

<html>
<head>
<title>child 2</title>
</head>
<body>
<div id="child2">
<p>child two</p>
</div>
</body>
</html>