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