Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<title>Preload should work in non-http(s) docs</title>
<link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io">
<link rel="match" href="preload-in-data-doc-ref.html">
<iframe src="data:text/html,<link rel=preload as=style href='data:text/css,:root{background:green}' onload='this.onload = null; this.rel = "stylesheet"'>"></iframe>