mirror of
https://github.com/servo/servo.git
synced 2025-06-26 10:04:33 +01:00
8 lines
513 B
HTML
8 lines
513 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Flexbox Test: Flex item - non-contiguous text runs - position:absolute</title>
|
|
<link rel="author" title="Rune Lillesveen" href="mailto:futhark@chromium.org">
|
|
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#flex-items">
|
|
<link rel="match" href="anonymous-flex-item-split-ref.html">
|
|
<p>The words "Two" and "lines" should not be on the same line.</p>
|
|
<div style="display:flex;flex-direction:column">Two <span style="position:absolute"></span>lines</div>
|