Files
ladybird/Tests/LibWeb/Ref/expected/HTML/HTMLLLinkElement-multiple-rel-keywords-ref.html
Tim Ledbetter ac2334453b LibWeb: Use default fetch processing for any applicable rel keyword
Previously, the `preload`, `preconnect` and `dns-prefetch` keywords
took precedence over the others. When these keywords were present
the default fetch processing steps would not occur even when a relevant
keyword such as `stylesheet` or `icon` was present.
2025-12-13 10:52:25 -05:00

10 lines
139 B
HTML

<!DOCTYPE html>
<style>
div {
width: 100px;
height: 100px;
background-color: green;
}
</style>
<div></div>