Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
css
/
view-transitions-nested-transparency-layers-expected.html
blob: 16868560a7e1b23d7acdbb38a7c3f4de9ef4f2e5 [
file
]
<style>
.
target
{
width
:
100px
;
height
:
100px
;
contain
:
paint
;
background
:
blue
;
opacity
:
0.5
;
}
</style>
<div
class
=
"target"
></div>