Sign in
webkit
/
WebKit
/
e6e5341d629375fc8fb77929c93c5f711fd50f24
/
.
/
LayoutTests
/
fast
/
flexbox
/
crash-anonymous-box.html
blob: 4dd1ce15996d7ac8a967ae218c4c7dfad8704984 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html><head>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
</head><body>
<p>
This shouldn't crash.
</p>
<button
style
=
"
display
:
-webkit-box
;
"
>
Button
</button>
</body></html>