<!DOCTYPE html><metacharset="utf-8"><title>CSS Values and Units Test: lh not affected by <select> fixup</title><linkrel="help"href="https://drafts.csswg.org/css-values-4/#font-relative-lengths"><scriptsrc="/resources/testharness.js"></script><scriptsrc="/resources/testharnessreport.js"></script><style>select{line-height:100px;width:5lh;}</style><selectid="lh"></select><script>test(()=>{assert_equals(getComputedStyle(lh).width,"500px");},"lh must be relative to computed line-height before select element fixup");</script>