Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / ruby / ruby-block-style-not-updated-with-before-after-content-expected.html
blob202374a62f6b1adf34f1edcf31002bc9f5cbe5c4
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%;
8 </style>
9 <ruby style="display:block; color:blue;">
10 <span style="color:orange;">1234</span> ABCD <span style="color:yellow;">4578</span>
11 </ruby>
12 <div style="color:green;">
13 EFGH
14 </div>