| <!DOCTYPE html> | |
| <head> | |
| <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline';"> | |
| <script src="../resources/ui-helper.js"></script> | |
| </head> | |
| <body> | |
| <script> | |
| if (window.testRunner) { | |
| testRunner.waitUntilDone(); | |
| } | |
| window.addEventListener("load", async () => { | |
| await UIHelper.waitForPDFFadeIn(); | |
| if (window.testRunner) | |
| testRunner.notifyDone(); | |
| }) | |
| </script> | |
| <iframe src="./resources/fullscreen.pdf" width="100%" height="500px"/> | |
| </body> | |
| </html> |