Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
compositing
/
resources
/
show-composited-iframe-on-back-button.css
blob: 7d7aeaa0591372d535f4de00176567df49f875bb [
file
] [
log
] [
blame
]
.
container
{
height
:
200px
;
width
:
200px
;
border
:
1px
solid black
;
}
.
box
{
height
:
200px
;
width
:
200px
;
background-color
:
blue
;
-webkit-transform
:
translateZ
(
0
);
overflow
:
hidden
;
}