blob: 8be4a0fa602d16b4d4cde0894bf94ec47a4861ce [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-disallow-origin-url {
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-disallow-origin-url"></div>X</div>
</body>
</html>