Sign in
chromium
/
chromium
/
src
/
8733d815f
/
.
/
third_party
/
WebKit
/
LayoutTests
/
css3
/
flexbox
/
mainAxisExtent-crash.html
blob: 68be93b40bf0bed5fcf5443caf82344b9b160c76 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html
style
=
"
display
:
inline-flex
;
"
>
<script
src
=
"../../resources/js-test.js"
></script>
<script>
description
(
'This test passes if it does not crash.'
);
</script>
<frameset></frameset>
</html>