Permalink
Cannot retrieve contributors at this time
8 lines (8 sloc)
475 Bytes
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
wpt/css/css-flexbox/anonymous-flex-item-002.html
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<title>CSS Flexbox Test: Flex item - contiguous text runs - display:none</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="../reference/pass_if_two_words.html"> | |
<p>There should be a space between "two" and "words" below.</p> | |
<div style="display:flex">two <span style="display:none"></span>words</div> |