Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
transforms
/
2d
/
scale-change-composited-expected.html
blob: e0719b177862d810fc48d3dac74c8617304a0464 [
file
]
<!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>