Home | History | Annotate | Download | only in leaks
      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
      2 <html>
      3  <head>
      4   <title>BidiRun leak test</title>
      5   <style type="text/css">
      6    .compact { display: compact; }
      7    .block { display: block; color: red; background: lime; line-height: 0; margin-left: 10em; }
      8    span { color: black; }
      9   </style>
     10   <script>
     11    if (window.layoutTestController)
     12     layoutTestController.dumpAsText();
     13   </script>
     14  </head>
     15  <body>
     16   <p>This test exercises RenderBlock::bidiReorderCharacters in a specific way to 
     17   test for BidiRun leaks as reported in rdar://problem/4987649. Its layout has no 
     18   particular meaning.</p>
     19   <div class="compact"> Test: </div>
     20   <div class="block"></div>
     21  </body>
     22 </html>
     23