3 <link href=
"resources/flexbox.css" rel=
"stylesheet">
5 div::first-line { line-height:
100px; }
6 p::first-line { line-height:
100px;}
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, but flex item's firstLine should be valid.
</p>
14 <p data-expected-height=
100>The first item.
</p>
15 <p data-expected-height=
100>The second item.
</p>