Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1068)

Side by Side Diff: LayoutTests/fast/css-generated-content/after-duplicated-after-split.html

Issue 1783003: Merge 58201 - <rdar://problem/7898436> :after content is duplicated... (Closed) Base URL: svn://chrome-svn/chrome/branches/WebKit/375/
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <style>
2 span:after { content: 'not '; }
3 </style>
4 <p>
5 Test for <i><a href="rdar://problem/7898436">rdar://problem/7898436</a> :aft er content is duplicated</i>.
6 </p>
7 <p>
8 The test passed if the word &ldquo;not&rdquo; appears exactly once in the fo llowing sentence:
9 </p>
10 <div style="font-size: 96px;">
11 The test did
12 <span><b><div></div></b></span>
13 fail.
14 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698