Sign in
cobalt
/
cobalt
/
19589f994026f63df553a83799ef841b566baff9
/
.
/
src
/
cobalt
/
layout_tests
/
testdata
/
cobalt
/
simple-transform-text.html
blob: c5c53cc803ca56da776bd82509614f5887780e4b [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
body
{
font-family
:
Roboto
;
}
div
{
display
:
inline-block
;
transform
:
scale
(
0.75
)
translateX
(
100px
)
translateY
(
50px
);
}
</style>
</head>
<body>
AaA
<div>
BbB
<div>
CcC
</div>
DdD
</div>
</body>
</html>