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