Home | History | Annotate | Download | only in assets
      1 <meta http-equiv="refresh" content="1;url=" />
      2 <style>
      3     ruby::after {
      4         display: table;
      5         content: url("http://yy");
      6     }
      7 </style>
      8 <ruby>
      9     <ruby>
     10         <ruby>
     11             <style>
     12                 ruby {
     13                     float: right;	
     14                 }
     15             </style>
     16         </ruby>
     17     </ruby>
     18 </ruby>
     19 <script>
     20     if (window.layoutTestController)
     21         layoutTestController.dumpAsText();
     22 </script>
     23 This test passes if it doesn't crash.
     24