Source code

Revision control

Copy as Markdown

Other Tools

<!--
Any copyright is dedicated to the Public Domain.
-->
<!DOCTYPE HTML>
<html>
<title>feImage Rendering Should Scale To Its Primitive Subregion</title>
<head>
<style>
.filtered {
height: 30px;
width: 600px;
background: #0f0;
}
</style>
</head>
<body>
<p>You should see a long horizontal green rectangle.</p>
<div class="filtered"></div>
</body>
</html>