Sign in
chromium
/
chromium
/
src
/
2b15682c97f9b6f1a812d0c39044f29943b83ac1
/
.
/
third_party
/
blink
/
web_tests
/
css3
/
blending
/
isolation-should-include-non-local-background-expected.html
blob: 26b92f1a4543d37be349abba9d1e0efda085fd83 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<div
style
=
"
width
:
300px
;
height
:
200px
;
overflow
:
scroll
;
background
:
linear-gradient
(
green
,
blue
);
"
>
<div
style
=
"
width
:
100px
;
height
:
100px
;
background
:
black
;
"
></div>
<div
style
=
"
height
:
1000px
;
"
></div>
</div>