haikuwebkit/LayoutTests/svg/custom/object-sizing-explicit-widt...

23 lines
993 B
HTML

<?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>
<style>
object {
width: 175px;
}
</style>
</head>
<body>
<!-- You should see two rows with fow columns each containing a blue rect with a green circle in the middle. The gaps between all objects should be uniform -->
<object data="resources/embedded.svg" type="image/svg+xml"/>
<object data="resources/embedded.svg" type="image/svg+xml"/>
<object data="resources/embedded.svg" type="image/svg+xml"/>
<object data="resources/embedded.svg" type="image/svg+xml"/>
<object data="resources/embedded.svg" type="image/svg+xml"/>
<object data="resources/embedded.svg" type="image/svg+xml"/>
<object data="resources/embedded.svg" type="image/svg+xml"/>
<object data="resources/embedded.svg" type="image/svg+xml"/>
</body>
</html>