haikuwebkit/LayoutTests/css3/filters/effect-opacity-square.html

22 lines
365 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>CSS Filter Test: Test for Saturate short hand</title>
<style type="text/css">
div {
width: 500px;
height: 500px;
background: red;
filter: opacity(0);
position: absolute;
}
</style>
</head>
<body>
<p>You should see no square.</p>
<div></div>
</body>
</html>