blob: 83bd068093028a90291af34e7fabaadb01f22a45 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<style>
@-webkit-variables {
foreground: green;
background: rgb(255, 255, 255);
}
@import url(resources/bad.css);
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.