Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
remote-layer-tree
/
image-buffer-backend-size-area-overflow-crash.html
blob: f6bbb17be1eea0e43e124cb49b2c1e146e313382 [
file
] [
log
] [
blame
] [
edit
]
<style>
body
{
font-size
:
2000px
;
}
::-
webkit-scrollbar
{
block-size
:
10000000px
;
}
</style>
<p>
PASS if no crash.
</p>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
onload
=
()
=>
{
document
.
body
.
append
(
''
);
};
</script>