https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 491a02ce6f091db542aed561e3d984b0a18f4188 authored by fergald on 04 April 2018, 22:12:43 UTC
Handle the case when MANIFEST.json is empty
Tip revision: 491a02c
calc-ch-ex-lang-ref.html
<!doctype html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<style>
div {
  width: calc(1ex + 1ch + 1em);
  height: calc(1ex + 1ch + 1em);
  background: green;
}
</style>
<div></div>
back to top