| Index: LayoutTests/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.html
|
| diff --git a/LayoutTests/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.html b/LayoutTests/fast/ruby/ruby-block-style-not-updated-with-before-after-content-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..202374a62f6b1adf34f1edcf31002bc9f5cbe5c4
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/ruby/ruby-block-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="display:block; color:blue;">
|
| + <span style="color:orange;">1234</span> ABCD <span style="color:yellow;">4578</span>
|
| +</ruby>
|
| +<div style="color:green;">
|
| + EFGH
|
| +</div>
|
|
|