mirror of
https://github.com/servo/servo.git
synced 2025-06-27 02:23:41 +01:00
10 lines
249 B
HTML
10 lines
249 B
HTML
<!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>
|