<!DOCTYPE html>
<p>Tests the deprecation warning of HTMLDocument captureEvents</p>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.captureEvents();
</script>
<!DOCTYPE html>
<p>Tests the deprecation warning of HTMLDocument captureEvents</p>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.captureEvents();
</script>