Sign in
webkit
/
WebKit
/
ecbcd311b05ac239b92fcb2f58299787a062a338
/
.
/
LayoutTests
/
compositing
/
iframes
/
resources
/
composited-red.html
blob: a60416253e78fcca3c5a12c165b986463892cc0c [
file
] [
log
] [
blame
]
<html>
<head>
<style>
body
{
overflow
:
auto
;
background-color
:
red
;
}
#
trigger
{
-webkit-transform
:
translateZ
(
0
);
}
</style>
</head>
<body>
<div
id
=
"trigger"
></div>
</body>
</html>