gecko-dev/servo/tests/html/incremental_inline_line_flush_mode.html
Patrick Walton ef6fbba28f servo: Merge #5816 - layout: Don't strip trailing newlines from fragments, since we use their presence to determine the line flush mode (from pcwalton:more-jumpiness); r=mbrubeck
Fixes the "jumpiness" seen on the Google home page, Wikipedia, and many
other places.

r? @mbrubeck

Source-Repo: https://github.com/servo/servo
Source-Revision: 211ee668fae7f619ac7e09abd776a6f45fc40052
2015-04-24 15:17:07 -05:00

7 lines
244 B
HTML

<!DOCTYPE html>
<!-- This will become "jumpy" when mousing over "Bar" if trailing newlines are stripped from
fragments during inline layout. -->
<table><td><div style="white-space: pre">
Foo</div></td><td><a href="/">Bar</a></td></table>