<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - &lt;br /&gt; at end of line is rendered as space. This prevents text-align-right from working correctly."
   href="https://bugs.webkit.org/show_bug.cgi?id=148054">148054</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>&lt;br /&gt; at end of line is rendered as space. This prevents text-align-right from working correctly.
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>420+
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>HTML DOM
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>m.hatzold&#64;web.de
          </td>
        </tr></table>
      <p>
        <div>
        <pre>I am using Chromium Version 44.0.2403.107 Built on Debian stretch/sid, running on Debian stretch/sid (64-bit). I can't really say which WK version is running here, selecting 420+ is a guess.


&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;style&gt;
p {
                  color: black; 
                  padding: 0 47% 0 0; 
                  text-align: right;
                  }

&lt;/style&gt;
&lt;/head&gt;


&lt;body&gt;
&lt;p&gt;&quot;br&quot; in neuer zeile:
&lt;br /&gt;
&quot;br&quot; in neuer zeile:
&lt;br /&gt; 
&quot;br&quot; in neuer zeile: 123
&lt;br /&gt;
&quot;br&quot; in der gleichen zeile: Wort&lt;br /&gt;
&quot;br&quot; in der gleichen zeile: noch ein Wort&lt;br /&gt;
&quot;br&quot; in der gleichen zeile: 1234 567 890&lt;br /&gt;
&quot;br&quot; in der gleichen zeile: 1&lt;br /&gt;
&quot;br&quot; in der gleichen zeile: 12&lt;br /&gt;
&quot;br&quot; in neuer zeile: 134
&lt;br /&gt;
&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>