[Webkit-unassigned] [Bug 149948] New: [EFL][GTK] Dashed|Dotted lines aren't drawn in table correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 9 00:59:06 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=149948

            Bug ID: 149948
           Summary: [EFL][GTK] Dashed|Dotted lines aren't drawn in table
                    correctly
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gyuyoung.kim at webkit.org
                CC: demarchi at webkit.org

As a bug title, MiniBrowser on EFL and GTK doesn't draw dashed|dotted border line correctly. Attached images show this problem.



<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
    border: 5px dashed black;
}
</style>
</head>
<body>

<table>
  <tr>
    <th>Firstname</th>
    <th>Lastname</th>
  </tr>
  <tr>
    <td>Peter</td>
    <td>Griffin</td>
  </tr>
  <tr>
    <td>Lois</td>
    <td>Griffin</td>
  </tr>
</table>

</body>
</html>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151009/18e12f8f/attachment.html>


More information about the webkit-unassigned mailing list