Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
compositing
/
accelerated-layers-after-back-2-expected.html
blob: be11041a098a2faf1ca590e5b5224ebdca98f859 [
file
] [
edit
]
<!DOCTYPE html>
<style>
.
container
{
height
:
2000px
;
will-change
:
transform
;
}
</style>
<script>
window
.
addEventListener
(
'load'
,
()
=>
{
document
.
querySelector
(
'a'
).
focus
();
});
</script>
<div
class
=
"container"
></div>
<a
href
=
"#"
>
Link
</a>