Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / ruby / ruby-beforeafter.html
1 <html>
2 <head>
3     <style type="text/css">
4     <!--
5         .b:before {
6             content: '[before]';
7         }
8         .a:after {
9             content: '[after]';
10         }
11     -->
12     </style>
13 </head>
14 <body>
15 <p>Tests that CSS-generated :before or :after content doesn't intrude into ruby bases.</p>
16 </p>Foo <ruby class="b">b<rt>long text</rt></ruby> Bar<br></p>
17 </p>Foo <ruby class="a">b<rt>long text</rt></ruby> Bar<br></p>
18 </p>Foo <ruby class="b a">b<rt>long text</rt></ruby> Bar<br></p>
19 </body>
20 </html>