| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <link rel="stylesheet" href="../sempty-style.css"></link> | |
| <img src="../image.jpg"/> | |
| <script> | |
| const executed_during_prerendering = document.prerendering; | |
| // Let the script send a beacon request, so that the test suite can verify the | |
| // script resumes executing by checking the server's log. | |
| navigator.sendBeacon("/activation-beacon", ""); | |
| </script> | |
| <img src="../blank.jpg"></img> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |