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

Side by Side Diff: LayoutTests/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-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 <p>The orange, blue, yellow and green text boxes should not overlap.</p>
3 <style>
4 div, ruby {
5 font: 1em/1 Ahem, sans-serif;
6 font-size: 500%;
7 }
8 </style>
9 <ruby style="color:blue;">
10 <span style="color:orange;">1234</span> ABCD <span style="color:yellow;">457 8</span>
11 </ruby>
12 <div style="color:green;">
13 EFGH
14 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698