<!DOCTYPE html><metacharset="utf-8"><title>Test that in a column flex container, the break-after values on the first item are propagated to the flex container</title><linkrel="author"title="Ting-Yu Lin"href="mailto:tlin@mozilla.com"><linkrel="author"title="Mozilla"href="https://www.mozilla.org/"><linkrel="help"href="https://drafts.csswg.org/css-flexbox-1/#pagination"><linkrel="help"href="https://bugzilla.mozilla.org/show_bug.cgi?id=1890238"><linkrel="match"href="single-line-column-flex-fragmentation-069-print-ref.html"><style>@page{size:5in3in;margin:0.5in;}body{margin:0;font-size:0.25in;}.flexbox{display:flex;flex-direction:column;border:0.25insolidblack;}.flexbox>div{border:4pxsolidpurple;}.flexbox>.nested{border:4pxsolidgold;}</style><div>Before Flexbox</div><divclass="flexbox"><divclass="flexbox nested"><div>1</div><divstyle="break-after: page">2</div></div><divclass="flexbox nested"><div>3</div><div>4</div></div></div><div>After Flexbox</div>