Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css-generated-content / after-duplicated-after-split.html
blob59fc0ae28a07674a30f286a217f9c6b0a078e912
1 <style>
2 span:after { content: 'not '; }
3 </style>
4 <p>
5 Test for <i><a href="rdar://problem/7898436">rdar://problem/7898436</a> :after content is duplicated</i>.
6 </p>
7 <p>
8 The test passed if the word &ldquo;not&rdquo; appears exactly once in the following sentence:
9 </p>
10 <div style="font-size: 96px;">
11 The test did
12 <span><b><div></div></b></span>
13 fail.
14 </div>