haikuwebkit/LayoutTests/svg/css/svg-resource-fragment-ident...

20 lines
408 B
HTML

<html>
<head>
<style>
div {
width: 100px;
height: 100px;
display: inline-block;
}
</style>
</head>
<body>
<div style="background-color: red"></div>
<div style="background-color: red"></div>
<div style="background-color: green"></div>
<div style="background-color: green"></div>
<div style="background-color: blue"></div>
<div style="background-color: blue"></div>
</body>
</html>