SimpleTest.waitForFocus(function() {
document.getElementById("flexbutton1").focus();
synthesizeKey("KEY_Tab"); var e = document.getElementById("flexbutton2");
is(document.activeElement, e, "focus in flexbutton2 after TAB");
document.getElementById("gridbutton1").focus();
synthesizeKey("KEY_Tab");
e = document.getElementById("gridbutton2");
is(document.activeElement, e, "focus in gridbutton2 after TAB");
SimpleTest.finish();
});
</script>
<div tabindex="0"style="display:flex">
<button id="flexbutton1"></button>
text <!-- this text will force a :-moz-anonymous-flex-item frame -->
<divstyle="">
<button id="flexbutton2"></button>
</div>
</div>
<div tabindex="0"style="display:grid">
<button id="gridbutton1"></button>
text <!-- this text will force a :-moz-anonymous-grid-item frame -->
<divstyle="">
<button id="gridbutton2"></button>
</div>
</div>
</body>
</html>
Messung V0.5
¤ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet)
¤
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.