Status: FAIL | Duration: 11ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/selectors/selectors-4/lang-000.html
<!DOCTYPE html> <html lang="en-US"> <meta charset="utf-8"> <title>CSS Selectors 4 - :lang matching</title> <link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com"> <link rel="help" href="https://drafts.csswg.org/selectors-4/#the-lang-pseudo"> <link rel="match" href="lang-000-ref.html"> <style> :lang(en-US) { color: green; } </style> <div class="test">This should be green</div>
/css/selectors/selectors-4/lang-000-ref.html
<!DOCTYPE html> <html lang="en-US"> <meta charset="utf-8"> <title>CSS Selectors 4 - :lang matching reference</title> <link rel="author" title="Jonathan Kew" href="mailto:jkew@mozilla.com"> <style> div.test { color: green; } </style> <div class="test">This should be green</div>