Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / ruby / after-doesnt-crash.html
blobce8cb9d6a2a5876dc1bbd646742615ed79dcdb13
1 <html>
2 <head>
3 <style>
4 :after {
5 content: ""
7 </style>
8 </head>
9 <body onload="document.linkColor=0;">
10 <ruby>
11 <rt></rt>
12 </ruby>
13 <ruby style="float: left">
14 <rt></rt>
15 </ruby>
16 <script>
17 if (window.testRunner)
18 testRunner.dumpAsText();
19 </script>
20 This test passes if it doesn't crash.
21 </body>
22 </html>