blob: b966d8fcdd94f6e23a503f6a796ba74b12a6edea [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<style>
@-webkit-variables {
completeBorder: 10px solid green;
}
div {
border: 20px solid red;
border: -webkit-var(completeBorder);
}
</style>
</head>
<body>
<div>This div should have a 10px solid green border. If this div has a red border, then the test has failed.</div>