fune/testing/web-platform/tests/css/css-values/rem-root-font-size-restyle-1-ref.html
Philip Jägenstedt e862bb8110 Bug 1691043 [wpt PR 27506] - [css-values] move tests from vendor-imports into the main suite, a=testonly
Automatic update from web-platform-tests
[css-values] move tests from vendor-imports into the main suite (#27506)

--

wpt-commits: e4d0a6e2a32cbe26afa2255b8b5921bba82f69b4
wpt-pr: 27506
2021-02-12 12:12:13 +00:00

15 lines
251 B
HTML

<!doctype html>
<title>CSS Test reference</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<style>
:root {
font-size: 2em;
}
div {
width: 10rem;
height: 10rem;
background: green;
}
</style>
<div></div>