blob: 78fbe1347e4cc27c0e1ac9b61b944a561a8bcf82 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Passes, if the embedded SVG image is not cropped in the middle</title>
<style type="text/css">
div {
float: left;
width: 400px;
height: 400px;
border: 1px solid red;
}
object {
float: left;
width: 50%;
}
</style>
</head>
<body>
<div><object type="image/svg+xml" data="resources/f.svg"/></div>
</body>
</html>