chromedp/testdata/child2.html

11 lines
118 B
HTML
Raw Permalink Normal View History

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