forked from mirrors/gecko-dev
Automatic update from web-platform-tests [css-values] move tests from vendor-imports into the main suite (#27506) -- wpt-commits: e4d0a6e2a32cbe26afa2255b8b5921bba82f69b4 wpt-pr: 27506
15 lines
251 B
HTML
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>
|