blob: bc7b3e91efbd69ef9670a9df3ce84ea21b27a729 [file] [log] [blame] [edit]
<!DOCTYPE html><!-- webkit-test-runner [ UnifiedPDFEnabled=true PDFPluginHUDEnabled=false ] -->
<html>
<meta name="fuzzy" content="maxDifference=0-40; totalPixels=0-311" />
<script src="../../resources/ui-helper.js"></script>
<body>
<embed style="width: 100%; height: 100vh;" id="plugin" src="../resources/annotation-two-radio-buttons-second-active.pdf"></embed>
<script>
let pluginElement = document.getElementById("plugin");
if (window.testRunner) {
testRunner.waitUntilDone();
window.internals.registerPDFTest(async () => {
await UIHelper.renderingUpdate();
testRunner.notifyDone();
}, pluginElement);
}
</script>
</body>
</html>