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

Side by Side Diff: LayoutTests/fast/ruby/ruby-beforeafter-expected.html

Issue 1124313004: Remove special handling of ::before and ::after on RUBY elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 <!DOCTYPE html>
2 <style>
3 span {
4 color: blue;
5 }
6 rt {
7 background: yellow;
8 }
9 </style>
10 <p>Tests that CSS-generated :before or :after content just appear as
11 if they were the first or last DOM child of the ruby element.</p>
12 <p>The blue text should have annotations above them (yellow background).</p>
13 </p>Foo <ruby><span>[before]b</span><rt>long text</rt></ruby> Bar<br></p>
14 </p>Foo <ruby><span>b</span><rt>long text</rt>[after]</ruby> Bar<br></p>
15 </p>Foo <ruby><span>[before]b</span><rt>long text</rt>[after]</ruby> Bar<br></p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698