Sign in
webkit
/
WebKit
/
f64820ba37606d7c880d16da6349920f48425859
/
.
/
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>