Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-break
/
flexbox
/
button-in-multicol-crash.html
blob: 30e373542a6975127232d07232cfe8fc2ccf4800 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<link
rel
=
"help"
href
=
"https://bugs.chromium.org/p/chromium/issues/detail?id=1277724"
>
<p>
PASS if no crash or DCHECK failure.
</p>
<div
style
=
"
columns
:
2
;
"
>
x
<button
style
=
"
display
:
block
;
"
></button>
</div>