anonymous-flex-item-002.html (475B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Flexbox Test: Flex item - contiguous text runs - display:none</title> 4 <link rel="author" title="Rune Lillesveen" href="mailto:futhark@chromium.org"> 5 <link rel="help" href="https://drafts.csswg.org/css-flexbox/#flex-items"> 6 <link rel="match" href="../reference/pass_if_two_words.html"> 7 <p>There should be a space between "two" and "words" below.</p> 8 <div style="display:flex">two <span style="display:none"></span>words</div>