Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
layers
/
deep-layer-update-expected.html
blob: 61c9ca64f4559b911b326b3167f6d89ce834b49c [
file
] [
edit
]
<!DOCTYPE html>
<style>
div
{
will-change
:
transform
;
}
</style>
<div
style
=
"
opacity
:
0.5
;
"
>
First of two lines, at 0.5 opacity.
</div>
<div
style
=
"
overflow
:
scroll
;
"
>
Second of two lines, in a scrollable element.
</div>