layout/reftests/bidi/258928-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bidi/258928-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,50 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 + <head>
     1.7 +  <title>RTL list displayed as inline broken</title>
     1.8 +  <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
     1.9 +  <style type="text/css">
    1.10 +ul {
    1.11 + padding: 3px 10px;
    1.12 + border-bottom: 3px solid #4949A9;
    1.13 + white-space: nowrap;
    1.14 + font-size: 13px;
    1.15 +}
    1.16 +
    1.17 +ul li {
    1.18 + display: inline;
    1.19 + margin: 0;
    1.20 + padding: 3px 10px;
    1.21 + border-top: 1px solid gray;
    1.22 + border-right: 1px solid gray;
    1.23 + border-left: 1px solid gray;
    1.24 + background-color: #f0f0f0;
    1.25 +}
    1.26 +  </style>
    1.27 + </head>
    1.28 + <body>
    1.29 +  <h1>Broken RTL list when displayed as inline</h1>
    1.30 +  <h2>One Item</h2>
    1.31 +  <ul class="tabs">
    1.32 +   <li>Tab</li>
    1.33 +  </ul>
    1.34 +  <h2>Two Items</h2>
    1.35 +  <ul class="tabs">
    1.36 +   <li>Tab</li>
    1.37 +   <li>Tab</li>
    1.38 +  </ul>
    1.39 +  <h2>Many</h2>
    1.40 +  <ul class="tabs">
    1.41 +   <li>Tab</li>
    1.42 +   <li>Tab</li>
    1.43 +   <li>Tab</li>
    1.44 +   <li>Tab</li>
    1.45 +   <li>Tab</li>
    1.46 +   <li>Tab</li>
    1.47 +   <li>Tab</li>
    1.48 +   <li>Tab</li>
    1.49 +   <li>Tab</li>
    1.50 +   <li>Tab</li>
    1.51 +  </ul>
    1.52 + </body>
    1.53 +</html>

mercurial