<body>
<iframe width="500"></iframe>
<script>
add_task(async function() {
// Push the correct preferences for the test
await SpecialPowers.pushPrefEnv({'set': [
['dom.select_events.textcontrols.enabled', true],
]});
// Start the actual test
await new Promise((done) => { variframe = document.querySelector('iframe'); iframe.addEventListener('load', done); iframe.setAttribute('src', 'frameSelectEvents.html');
});
// The child iframe will call add_task before we reach this point,
// and will handle the rest of the test.
});
</script>
</body>
</html>
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.