document.body.offsetWidth;
(test.restyle ? isnot : is)(utils.restyleGeneration, prevGeneration,
`Stylesheet removal with ${cssText} should ${test.restyle ? "have" : "not have"} caused a restyle`);
target.disabled = false; // Make the stylesheet effective.
if (test.selector) {
let element = document.querySelector(test.selector);
if (element) {
is(test.restyle, true, "How could we not expect a restyle?");
is(getComputedStyle(element).color, "rgb(0, 128, 0)", "Element style should've changed appropriately");
}
}
document.body.offsetWidth;
(test.restyle ? isnot : is)(utils.restyleGeneration, prevGeneration,
`Stylesheet addition with ${cssText} should ${test.restyle ? "have" : "not have"} caused a restyle`);
}
SimpleTest.finish();
</script>
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.