These files reproduce the two SVG examples added to the PR proof:
vertical-inline-size.svgrenders Japanese vertical text withwriting-mode: vertical-rlandinline-size: 200px.rtl-inline-size.svgrenders Arabic RTL text withdirection: rtlandinline-size: 200px.inline-size-proof.htmlplaces both examples on one page for a compact rendered PNG.
Render locally from the WeasyPrint checkout with:
python -c "from weasyprint import HTML; HTML(filename='inline-size-proof.html').write_png('inline-size-proof.png')"Font availability changes the glyph design, but the layout behavior to check is the wrapping: vertical columns for the Japanese example and right-aligned wrapped RTL lines for the Arabic example.