blob: 855e198aa029c21ca7cdfa78a0362ab5e8a89ba2 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<style>
@-webkit-variables {
foreground: green;
background: red;
}
@-webkit-variables {
background: white;
}
body {
color: -webkit-var(foreground);
background-color: -webkit-var(background);
}
</style>
</head>
<body>
This text should be green on a white background. There should be no red visible.