Files
ladybird/Tests/LibWeb/Ref/reference/alternative-style-sheets-ref.html
Tim Ledbetter 4a3497e9cd LibWeb: Support loading alternative style sheets
Alternative style sheets are now fetched and are applied to the
document if they are explicitly enabled by removing the disabled
attribute.
2024-04-17 07:12:44 +02:00

7 lines
83 B
HTML

<!DOCTYPE html>
<style>
html {
background-color: green;
}
</style>