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>
Created attachment 262755 [details] WebKit-EFL MiniBrowser
Created attachment 262756 [details] WebKit-GTK MiniBrowser
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.
*** This bug has been marked as a duplicate of bug 141967 ***