Sign in
webkit
/
WebKit
/
e27614df2f37ba9cd62de8344bb8d5b7377411af
/
.
/
LayoutTests
/
compositing
/
images
/
update-content-rect-expected.html
blob: 992f69b74bf0a2846a519f2a39ebbfb5a9187922 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
img
{
width
:
200px
;
height
:
180px
;
}
.
composited
{
-webkit-transform
:
translateZ
(
0
);
}
</style>
</head>
<body>
<img
id
=
"image"
class
=
"composited"
src
=
"../resources/alpha-gradient-small.png"
>
</body>
</html>