<html class="reftest-wait">
<script>
function tweak() {
document.getElementById('a').appendChild(document.createTextNode('hZ'));
document.documentElement.removeAttribute("class");
}
window.onload = () => {
// double-rAF (to ensure layout/paints have been flushed) before we make
// the dynamic modification. This seems to make the bug more likely to
// reproduce, in unpatched builds.
requestAnimationFrame(() => { requestAnimationFrame(() => {
tweak();
}); });
};
</script>
<table>
<tfoot id='a'>
<th>
<textarea>Text
Messung V0.5
¤ Dauer der Verarbeitung: 0.0 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.