gecko/browser/devtools/webconsole/test/test-bug-595934-dom-events.html

18 lines
539 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Web Console test for bug 595934 - category: DOM Events</title>
<!-- Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ -->
<script type="text/javascript"><!--
window.addEventListener("DOMContentLoaded", function(aEvent) {
aEvent.preventBubble();
}, false);
// --></script>
</head>
<body>
<p>Web Console test for bug 595934 - category "DOM Events".</p>
</body>
</html>