<!doctype html> | |
<meta charset="utf-8"> | |
<!-- NOTE(emilio): It's important the text content of these matches exactly inline-cache-base-uri.html --> | |
<style>@import "inline-cache-base-uri.css";</style> | |
<style> | |
:root { | |
background-image: url("../../images/blue.png"); | |
background-color: purple; | |
} | |
</style> | |
<div></div> |