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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/css-generated-content/after-duplicated-after-split.html
===================================================================
--- LayoutTests/fast/css-generated-content/after-duplicated-after-split.html (revision 0)
+++ LayoutTests/fast/css-generated-content/after-duplicated-after-split.html (revision 45593)
@@ -0,0 +1,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>

Powered by Google App Engine
This is Rietveld 408576698