blob: 5efc75bd3a252fe7caacf026439374d7065cb8bf [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;
width: 200px;
height: 20px;
}
/* blocked because the URL's port number doesn't match this document's origin. */
#shape-outside-block-origin {
shape-outside: url("http://localhost:8080/resources/square100.png");
}
</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>