mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 10:07:15 +02:00
This reduces the time spent in `SelectorEngine::matches_lang_pseudo_class()` from 1.9% to 0.41% on https://cloudflare.com
10 lines
192 B
HTML
10 lines
192 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
div {
|
|
color: green;
|
|
}
|
|
</style>
|
|
<div>This text should be green</div>
|
|
<div>This text should also be green</div>
|
|
<div>This text should also be green</div>
|