summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/css-generated-content/after-duplicated-after-split.html
blob: 59fc0ae28a07674a30f286a217f9c6b0a078e912 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<style>
    span:after { content: 'not '; }
</style>
<p>
    Test for <i><a href="rdar://problem/7898436">rdar://problem/7898436</a> :after content is duplicated</i>.
</p>
<p>
    The test passed if the word &ldquo;not&rdquo; appears exactly once in the following sentence:
</p>
<div style="font-size: 96px;">
The test did
<span><b><div></div></b></span>
fail.
</div>