blob: fb7ed3a55d57b8ca969a9673de9013912f44cdf6 [file] [log] [blame]
<!DOCTYPE html>
<meta name="color-scheme" content="light dark">
<script src="../../../../resources/run-after-layout-and-paint.js"></script>
<script src="../../resources/common.js"></script>
<body>
<input type="radio" checked/>
<br>
<input type="radio" checked id="pressTarget"/>
<script>
runAfterLayoutAndPaint(function() {
var target = document.getElementById('pressTarget');
pressElement(target)
}, true);
</script>
</body>