blob: 585935b3b35bf039143a7e5398281397cb8fc062 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="/js-test-resources/ahem.js"></script>
<style>
#clear-left {
clear: left;
font: 20px/1 Ahem, sans-serif;
color: green;
}
#clear-left > div {
float: left;
height: 20px;
}
#shape-outside-block-origin {
width: 200px;
}
</style>
</head>
<body>
<p>Verify that images not allowed by CORS don't affect the layout.</p>
<div id="clear-left"><div id="shape-outside-block-origin"></div>X</div>
</body>
</html>