puppeteer/third_party/phantomjs/test/www/regression/pjs-13551/child2.html

10 lines
164 B
HTML
Raw Normal View History

2017-05-11 07:06:41 +00:00
<!doctype html>
<meta charset="UTF-8">
<title></title>
<script>
window.onload = function () {
window.top.callPhantom(2);
}
</script>
<p>success</p>