Sign in
webkit
/
WebKit
/
8949e2e802374aba945a3381094cfecd52658330
/
.
/
LayoutTests
/
compositing
/
background-color
/
background-color-simple.html
blob: dfbed889f2e132017a9c0c63b78622019723f2ea [
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 composited"
></div>
</body>
</html>