Sign in
webkit
/
WebKit
/
c07b57759d8f1e705fcd5a17b80f756c8ad2f152
/
.
/
LayoutTests
/
compositing
/
background-color
/
background-color-simple-expected.html
blob: 0338da67a37be7093bbf0678e3c4c8941b63c974 [
file
] [
log
] [
blame
]
<html>
<head>
<style
type
=
"text/css"
>
.
green
{
width
:
100px
;
height
:
100px
;
background-color
:
green
;
display
:
block
;
}
.
composited
{
-webkit-transform
:
translateZ
(
0
);
}
</style>
</head>
<body>
<div
class
=
"green"
></div>
</body>
</html>