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