Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
LayoutTests
/
compositing
/
images
/
update-content-rect.html
blob: 730926ee3b50009986ec69e33d229a824d820f6d [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
.
composited
{
-webkit-transform
:
translateZ
(
0
);
}
</style>
</head>
<body>
<img
id
=
"image"
class
=
"composited"
src
=
"../resources/alpha-gradient-small.png"
>
</body>
</html>