Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-transforms
/
animation
/
transform-percent-with-width-and-height-separate-ref.html
blob: 8025539309f04590fe103ddd6f35346febbd7a1c [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
div
{
width
:
200px
;
height
:
200px
;
background-color
:
black
;
transform
:
translate
(
50%
,
50%
);
}
</style>
</head>
<body>
<div></div>
</body>
</html>