gecko-dev/layout/reftests/svg/foreignObject-dynamic-line-height-01-ref.html
Boris Zbarsky 784eb8f590 Bug 1347411 part 2. Fix stylo to properly update styles for the various frames that use FCDATA_WITH_WRAPPING_BLOCK to wrap an anonymous block around their kids. r=heycam
This handles ::-moz-button-content, ::-moz-html-canvas-content, ::-moz-svg-text,
::-moz-svg-foreign-content.

MozReview-Commit-ID: 3xk7214X2uR
2017-03-15 14:00:43 -04:00

9 lines
174 B
HTML

<!DOCTYPE html>
<html>
<svg>
<foreignObject width="100" height="100" style="line-height: 3">
This is long text that wraps.
</foreignObject>
</svg>
</htmml>