blob: 5345a5465fab9a6d775d1ccdbeaa810af5c85f5a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Test: color-filter reference</title>
<link rel="author" title="Apple" href="http://www.apple.com/">
<style type="text/css">
.test
{
width: 100px;
height: 100px;
background-color: purple;
outline: 50px solid green;
margin: 60px;
float: left;
}
</style>
</head>
<body>
<div class="test" style=""></div>
<div class="test" style=""></div>
<div class="test" style="background-color: rgb(255, 182, 255); outline-color: rgb(72, 200, 72);"></div>
<div class="test" style="background-color: rgba(220, 0, 220, 0.50196); outline-color: rgba(0, 164, 0, 0.50196);"></div>
<div class="test" style="background-color: rgb(219, 15, 219); outline-color: rgb(37, 241, 37);"></div>
<div class="test" style="background-color: rgb(149, 132, 103); outline-color: rgb(197, 176, 137);"></div>
</body>
</html>