Sign in
◑
Theme
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/webkitglib/2.46
/
.
/
LayoutTests
/
fast
/
clip
/
offscreen-transparency-clip.html
blob: 840b7863bce60e412da095828951d805a9587e82 [
file
] [
edit
]
<!DOCTYPE HTML>
<html
style
=
"
opacity
:
0.5
;
"
>
<body>
<div
style
=
"
width
:
200px
;
height
:
200px
;
background-color
:
green
"
></div>
<div
style
=
"
position
:
relative
;
width
:
20px
;
height
:
20px
;
background-color
:
red
;
left
:-
33554430px
"
></div>
</body>
</html>