blob: a047f326fe216487e0d9c294437de88fb9d51149 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!doctype html>
<meta charset="utf-8">
<title style="display: none">CSS Test Reference</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<style>
* { display: contents }
</style>
<whatever>
PASS
</whatever>
|