gecko-dev/layout/reftests/svg/as-image/context-fill-or-stroke-05-r...

18 строки
214 B
HTML

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