<!DOCTYPEhtml>
<html class="reftest-wait"><head>
<title>table-repaint-b-ref</title>
<body>
<table id="x">
<tr>
<td>aaa</td>
<td>
<spanstyle="position: relative">
<divstyle="height: 0px">
<divstyle="height: 300px; width: 10px; background: green"></div>
</div>bbb
</td>
</tr>
</table>
<script>
function foo() { var t = document.getElementById("x"); var r = document.createElement("tr"); var c = document.createElement("td");
c.appendChild(document.createTextNode("longer text: above this, first cell should say 'aaa' while second says 'bbb'. There should be only one green rectangle."));
r.appendChild(c);
t.tBodies[0].appendChild(r);
document.documentElement.removeAttribute("class");
}
document.addEventListener("MozReftestInvalidate", foo);
</script>
</body>
</html>
Messung V0.5
¤ Dauer der Verarbeitung: 0.10 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.