Sign in
webkit
/
WebKit
/
a1cb9909440a341f3ee8c42ca9ba076e45eff2e0
/
.
/
LayoutTests
/
transforms
/
2d
/
rotate-composited.html
blob: d478d482a7789ebf13eab932a58038879fcca991 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
div
{
width
:
100px
;
height
:
100px
;
background-color
:
black
;
rotate
:
30deg
;
will-change
:
transform
;
}
</style>
</head>
<body>
<div></div>
</body>
</html>