Sign in
webkit
/
WebKit
/
e9bf3dba267b8a2761fe8883c3cfeb257e675c4b
/
.
/
LayoutTests
/
fast
/
flexbox
/
intrinsic-width-column-flow-crash.html
blob: 00a6580f1c6bf476e4d66723ed5b7a9d74e69ccb [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
</script>
<style>
html
,
body
{
flex-flow
:
column
;
width
:
intrinsic
;
writing-mode
:
vertical-rl
;
display
:
flex
;
}
</style>
Passes if it doesn't crash!