blob: c6abbea84fe8e9a7ec55ea4fe92b38484b63c05e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.box {
width: 150px;
height: 150px;
}
#parent {
background-color: rgb(255,0,0);
}
</style>
</head>
<body>
<!-- You should a green square with no red -->
<div id="parent" class="box">
<embed class="box" type="application/x-webkit-test-webplugin" background-color="green" opacity="1.0">
</div>
</body>
</html>