mirror of
https://github.com/encounter/phantomjs.git
synced 2026-03-30 11:35:11 -07:00
efcc6c7861
Issues: https://github.com/ariya/phantomjs/issues/11198 https://github.com/ariya/phantomjs/issues/11183 https://github.com/ariya/phantomjs/issues/11189
12 lines
161 B
HTML
12 lines
161 B
HTML
<html>
|
|
<head>
|
|
<script type="text/javascript">
|
|
function forever() {
|
|
while(true) {}
|
|
}
|
|
</script>
|
|
</head>
|
|
<body onload="forever();">
|
|
|
|
</body>
|
|
</html> |