Sign in
webkit
/
WebKit
/
a1cb9909440a341f3ee8c42ca9ba076e45eff2e0
/
.
/
LayoutTests
/
transforms
/
2d
/
scale-change-composited-expected.html
blob: e0719b177862d810fc48d3dac74c8617304a0464 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
div
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100px
;
height
:
100px
;
background-color
:
black
;
transform
:
scale
(
0.5
);
will-change
:
transform
;
}
</style>
</head>
<body>
<div></div>
</body>
</html>