Sign in
webkit
/
WebKit
/
d2d9a484ef3582d9b680f5dd61bdbf17b1d1bf40
/
.
/
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>