blob: 76b443e9c5cee3c00be4e5d7beddcd01fe3d7804 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Writing Modes Test: drop-shadow offset test</title>
<link rel="author" title="Jun Ichikawa" href="mailto:jun1ka0@gmail.com">
<link rel="reviewer" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
<link rel="reviewer" title="Rebecca Hauck" href="mailto:rhauck@adobe.com">
<link rel="help" href="http://www.w3.org/TR/filter-effects-1/#FilterProperty">
<link rel="help" href="http://www.w3.org/TR/filter-effects-1/#funcdef-brightness">
<link rel="match" href="filters-ref-brightness-001.html">
<meta name="flags" content="">
<meta name="assert" content="This test verifies that the brightness shorthand works. Green rectangle must shown,
when brightness set to 100%.">
<style type="text/css">
div.brightness_hundred {
width: 200px;
height: 200px;
background-color: rgb(0, 255, 0);
filter: brightness(100%);
}
</style>
</head>
<body>
<p>You should see green rectangle.</p>
<div class="brightness_hundred"></div>
</body>
</html>