<!DOCTYPEHTML>
<html> <!-- https://bugzilla.mozilla.org/show_bug.cgi?id=402089
-->
<head>
<title>Test for Bug 402089</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<script src="/tests/SimpleTest/EventUtils.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head> <!-- setTimeout so that the test starts after paint suppression ends -->
<body onload="setTimeout(doTest,0);">
<a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=402089">Mozilla Bug 402089</a>
<p id="display"></p>
<div id="content">
<pre id="result1"></pre>
<pre id="result2"></pre>
</div>
<pre id="test">
<script class="testbody" type="text/javascript">
/** Test for Bug 402089 */
var cachedEvent = null;
function testCachedEvent() {
testEvent('result2');
ok((document.getElementById('result1').textContent ==
document.getElementById('result2').textContent), "Event coordinates should be the same after dispatching.");
SimpleTest.finish();
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.