Sign in
webkit
/
WebKit
/
4a12667b4cecb17e84375f8db50c9b2d39b06fe4
/
.
/
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>