<!doctype html>
<style>
div::before {
content: "PASS";
display: none;
}
.foo::before {
display: none;
}
</style>
<div></div>
<script>
window.onload = function() {
document.querySelector('div').className = "foo";
}
</script>
| Messung V0.5 |
|---|
| | | |
[ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet)
]