ladybird/Tests/LibWeb/Layout/input/element-use-pseudo-element.html
2025-06-07 11:09:53 +01:00

10 lines
197 B
HTML

<!DOCTYPE html>
<style>
* {
font: 20px 'SerenitySans';
}
</style>
<progress id="a"></progress>
<script>
a.style.backgroundColor = 'red'; // Trigger style invalidation
</script>