3 <link href=
"resources/flexbox.css" rel=
"stylesheet">
5 div::first-line { line-height:
100px; }
6 p { line-height:
20px; }
9 <script src=
"../../resources/check-layout.js"></script>
10 <body onload=
"checkLayout('.flexbox')">
11 <p>This test flex item should ignore flex container's firstLine pseudo element.
</p>
14 <p data-expected-height=
20>The first item.
</p>
15 <p data-expected-height=
20>The second item.
</p>