servo/tests/wpt/web-platform-tests/css/css-values/ex-calc-expression-001-ref.html

11 lines
218 B
HTML

<!doctype html>
<title>CSS Test Reference</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<style>
div {
width: 2ex;
height: 2ex;
background: green;
}
</style>
<div></div>