- 
    Bug 
- 
    Resolution: Done
- 
    P2: Important 
- 
    4.6.2
- 
    None
- 
        3e9f45c5d585aabb1964e3472211c5201661eca3
The attached html file shows a dotted line in webkit. When export it into a pdf file using the following code, the file shows an extra line in Adobe reader.
(It doesn't show this line in Evince or Foxit reader.)
    QPrinter printer;
    printer.setOutputFormat(QPrinter::PdfFormat);
    printer.setOutputFileName("./output.pdf");
    mainFrame()->print(&printer);

