blob: 69506d5f8e27aa21006f481a56eefb43a6e5e930 [file] [log] [blame] [edit]
<!DOCTYPE html><!-- webkit-test-runner [ UnifiedPDFEnabled=true PDFPluginHUDEnabled=false ] -->
<html>
<script src="../../resources/ui-helper.js"></script>
<script>
function runTest() {
let innerDocument = document.querySelector("iframe").contentDocument;
let pluginElement = innerDocument.querySelector("embed");
if (window.testRunner) {
testRunner.waitUntilDone();
window.internals.registerPDFTest(async () => {
await UIHelper.renderingUpdate();
testRunner.notifyDone();
}, pluginElement);
}
}
</script>
<body>
<iframe onload="runTest()" style="width: 100%; height: 100vh;" src="../resources/annotation-dropdown-second-option-selected.pdf"></iframe>
</body>
</html>