<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - LibreOffice rendering html border wrong"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124547">124547</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>LibreOffice rendering html border wrong
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.0.6.2 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Mac OS X (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Base
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>korbinian.neuhaeusler@sae-portal.de
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
Rendering of html border is making a border out of 0px solid black

Steps to Reproduce:
1. save the following code sniped into a file with extension .html and load it
into libre office via drag and drop or insert -> text from file

<table>
        <tbody>
                <tr>
                        <td>
                                <div alt="tester" style="width: 100px; height:
68px; margin: 0px; border: 0px solid black;">0px solid black</div>
                        </td>
                </tr>
        </tbody>
</table>

<table>
        <tbody>
                <tr>
                        <td>
                                <div alt="tester" style="width: 100px; height:
68px; margin: 0px; border: 0pt solid black;">0pt solid black</div>
                        </td>
                </tr>
        </tbody>
</table>


Actual Results:
a field with a border

Expected Results:
a field without a border


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 6.0.6.2
Build ID: 0c292870b25a325b5ed35f6b45599d2ea4458e77
CPU threads: 8; OS: Mac OS X 10.14.4; UI render: default; 
Locale: de-DE (de_DE.UTF-8); Calc: group</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>