chromedp/testdata/child1.html

11 lines
118 B
HTML
Raw Permalink Normal View History

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