| Index: LayoutTests/fast/ruby/ruby-beforeafter-expected.html
 | 
| diff --git a/LayoutTests/fast/ruby/ruby-beforeafter-expected.html b/LayoutTests/fast/ruby/ruby-beforeafter-expected.html
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..2d4aa08a0d415b8eebb8e1c364cb4c58ded2024b
 | 
| --- /dev/null
 | 
| +++ b/LayoutTests/fast/ruby/ruby-beforeafter-expected.html
 | 
| @@ -0,0 +1,15 @@
 | 
| +<!DOCTYPE html>
 | 
| +<style>
 | 
| +    span {
 | 
| +        color: blue;
 | 
| +    }
 | 
| +    rt {
 | 
| +        background: yellow;
 | 
| +    }
 | 
| +</style>
 | 
| +<p>Tests that CSS-generated :before or :after content just appear as
 | 
| +    if they were the first or last DOM child of the ruby element.</p>
 | 
| +<p>The blue text should have annotations above them (yellow background).</p>
 | 
| +</p>Foo <ruby><span>[before]b</span><rt>long text</rt></ruby> Bar<br></p>
 | 
| +</p>Foo <ruby><span>b</span><rt>long text</rt>[after]</ruby> Bar<br></p>
 | 
| +</p>Foo <ruby><span>[before]b</span><rt>long text</rt>[after]</ruby> Bar<br></p>
 | 
| 
 |