Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/apple-security
/
.
/
LayoutTests
/
compositing
/
resources
/
show-composited-iframe-on-back-button.css
blob: 7d7aeaa0591372d535f4de00176567df49f875bb [
file
] [
edit
]
.
container
{
height
:
200px
;
width
:
200px
;
border
:
1px
solid black
;
}
.
box
{
height
:
200px
;
width
:
200px
;
background-color
:
blue
;
-webkit-transform
:
translateZ
(
0
);
overflow
:
hidden
;
}