Sign in
cobalt
/
cobalt
/
19589f994026f63df553a83799ef841b566baff9
/
.
/
src
/
cobalt
/
layout_tests
/
testdata
/
cobalt
/
transform-with-background-color.html
blob: c0928d953f9a4038b094ba603ace7b5d21111d3c [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
div
{
transform
:
translateY
(
100px
)
translateX
(
100px
);
background-color
:
rgb
(
160
,
160
,
255
);
font-size
:
20px
;
width
:
100px
;
height
:
100px
;
}
</style>
</head>
<body>
<div>
<div>
</div>
</div>
</body>
</html>