Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
html
/
rendering
/
widgets
/
button-layout
/
input-fragmentation-crash.html
blob: 78fa40f08203f1f3a900e73efd2968985754f661 [
file
] [
log
] [
blame
]
<!doctype html>
<link
rel
=
"help"
href
=
"https://bugzilla.mozilla.org/show_bug.cgi?id=1978487"
>
<style>
.
parent
{
columns
:
2
;
}
input
{
float
:
inline-start
;
}
</style>
<div
class
=
"parent"
>
<input
style
=
"
display
:
block
"
type
=
"color"
>
</div>