| <!DOCTYPE html> <!-- webkit-test-runner [ UnifiedPDFEnabled=true PDFPluginHUDEnabled=false ] --> |
| <html> |
| <head> |
| <meta name="fuzzy" content="maxDifference=0-15; totalPixels=0-1100" /> |
| <script src="/js-test-resources/ui-helper.js"></script> |
| <style> |
| iframe { |
| width: 700px; |
| height: 500px; |
| border: 1px solid black; |
| } |
| </style> |
| <script> |
| if (window.testRunner) |
| testRunner.waitUntilDone(); |
| |
| async function runTest() |
| { |
| await UIHelper.waitForPDFFadeIn(); |
| if (window.testRunner) |
| testRunner.notifyDone(); |
| } |
| </script> |
| </head> |
| <body> |
| <iframe onload="runTest()" src="/resources/network-simulator.py?test=pdf-load&path=/pdf/resources/linearized.pdf&chunksize=1024&chunkdelay=16"></iframe> |
| </body> |
| </html> |