Status: PASS | Duration: 9ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/css-cascade/tons-of-declarations-crash.html
<!doctype html> <style></style> <script> document.querySelector('style').innerText = `input { border: 1px solid }`.repeat(2 << 16); </script> <input>