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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.html
diff --git a/LayoutTests/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.html b/LayoutTests/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..cef33ec511b45cb30aac57a18774875567789a23
--- /dev/null
+++ b/LayoutTests/fast/ruby/ruby-inline-style-not-updated-with-before-after-content-expected.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<p>The orange, blue, yellow and green text boxes should not overlap.</p>
+<style>
+ div, ruby {
+ font: 1em/1 Ahem, sans-serif;
+ font-size: 500%;
+ }
+</style>
+<ruby style="color:blue;">
+ <span style="color:orange;">1234</span> ABCD <span style="color:yellow;">4578</span>
+</ruby>
+<div style="color:green;">
+ EFGH
+</div>

Powered by Google App Engine
This is Rietveld 408576698