9 content: 'The first line';
12 content: 'in green color.';
15 content: 'The first line';
18 content: 'in green color.';
29 <div>Test for Bugzilla <a href="https://bugs.webkit.org/show_bug.cgi?id=80794">Bug 80794</a>: :first-line pseudo selector ignoring words created from :before.</div>
30 <div>The :first-line pseudo-element style is not applied to content generated from :before/:after pseudo-elements.</div>
33 <div>In the following paragraph the first-letter should be displayed in blue color and the first-line in green color including the words 'The first line'. This test verifies the behavior with :before style specified on a block flow element.</div>
34 <p class="before"> of this paragraph should be displayed in green color.</p>
36 <div>In the following paragraph the first-letter should be displayed in blue color and the first-line in green color including the words 'The first line'. This test verifies the behavior with :before style specified on an inline element.</div>
37 <p><span class="before"> of this paragraph should be displayed in green color.</span></p>
39 <div>In the following paragraph the first-letter should be displayed in blue color and the first-line in green color including the words 'in green color.'. This test verifies the behavior with :after style specified on a block flow element.</div>
40 <p class="after">Display </p>
42 <div>In the following paragraph the first-letter should be displayed in blue color and the first-line in green color including the words 'in green color.'. This test verifies the behavior with :after style specified on an inline element.</div>
43 <p><span class="after">Display </span></p>