inner.html (323B)
1 <!doctype html> 2 <meta charset="utf-8"> 3 <!-- NOTE(emilio): It's important the text content of these matches exactly inline-cache-base-uri.html --> 4 <style>@import "inline-cache-base-uri.css";</style> 5 <style> 6 :root { 7 background-image: url("../../images/blue.png"); 8 background-color: purple; 9 } 10 </style> 11 <div></div>