puppeteer/third_party/phantomjs/test/www/regression/pjs-13551/child2.html
2017-05-11 00:06:41 -07:00

10 lines
164 B
HTML

<!doctype html>
<meta charset="UTF-8">
<title></title>
<script>
window.onload = function () {
window.top.callPhantom(2);
}
</script>
<p>success</p>