mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-09 01:31:02 +00:00
10 lines
197 B
HTML
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>
|