blob: a25efae74009e682108a713f90fe67e9911a99c1 [file] [log] [blame]
<!DOCTYPE html>
<p>Tests the deprecation warning of Window captureEvents</p>
<script>
if (window.testRunner)
testRunner.dumpAsText();
window.captureEvents();
captureEvents();
</script>