Bug 149948 - [EFL][GTK] Dashed|Dotted lines aren't drawn in table correctly
Summary: [EFL][GTK] Dashed|Dotted lines aren't drawn in table correctly
Status: RESOLVED DUPLICATE of bug 141967
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-09 00:59 PDT by Gyuyoung Kim
Modified: 2015-10-13 23:16 PDT (History)
3 users (show)

See Also:


Attachments
WebKit-EFL MiniBrowser (63.57 KB, image/png)
2015-10-09 01:02 PDT, Gyuyoung Kim
no flags Details
WebKit-GTK MiniBrowser (60.41 KB, image/png)
2015-10-09 01:02 PDT, Gyuyoung Kim
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2015-10-09 00:59:06 PDT
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>
Comment 1 Gyuyoung Kim 2015-10-09 01:02:06 PDT
Created attachment 262755 [details]
WebKit-EFL MiniBrowser
Comment 2 Gyuyoung Kim 2015-10-09 01:02:45 PDT
Created attachment 262756 [details]
WebKit-GTK MiniBrowser
Comment 3 Hunseop Jeong 2015-10-11 18:45:07 PDT
It seem a similar bug(https://bugs.webkit.org/show_bug.cgi?id=141967).
Sorry. I didn't care a bug for months. I will retry to land a patch.
Comment 4 Gyuyoung Kim 2015-10-13 23:16:47 PDT

*** This bug has been marked as a duplicate of bug 141967 ***