Status: FAIL | Duration: 11ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-fonts/font-size-xxx-large.html
<!DOCTYPE html> <html lang="en"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>CSS Test: font-size: xxx-large; size equivalence</title> <link rel="author" title="Joel Olsson" href="joel_1st@hotmail.com"> <link rel="help" href="https://www.w3.org/TR/css-fonts-4/#font-size-prop"> <link rel="help" href="https://www.w3.org/TR/css-fonts-4/#absolute-size-mapping"> <link rel="match" href="font-size-xxx-large-ref.html"> <body> <p>Test passes if the line below is identical, with matching font size.</p> <span style="font-size: xxx-large">Foo</span>
/css/css-fonts/font-size-xxx-large-ref.html
<!DOCTYPE html> <html lang="en"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>CSS Test: font-size: xxx-large; size equivalence</title> <link rel="author" title="Joel Olsson" href="joel_1st@hotmail.com"> <body> <p>Test passes if the line below is identical, with matching font size.</p> <font size=7>Foo</font>