blob: 6b10991f334724457a7253bcdc859caa7e36e6c2 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<style>
#inspected {
color: red;
--variable: blue;
background-color: var(--variable);
animation-name: black;
margin: 10px;
background: url("red green blue.jpg");
--red: invalid;
border-color: var(--red);
}
</style>
<div id="inspected">Inspected div</div>