Bug 41584

Summary: [Qt] Add DRT support for pageProperty etc.
Product: WebKit Reporter: Robert Hogan <robert>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: hausmann, kenneth, laszlo.gombos
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch kenneth: review+

Description Robert Hogan 2010-07-04 13:35:32 PDT
Unskip:
     printing/page-rule-selection.html
     printing/page-format-data.html
Comment 1 Robert Hogan 2010-07-04 13:38:16 PDT
Created attachment 60478 [details]
Patch
Comment 2 Kenneth Rohde Christiansen 2010-07-05 14:42:04 PDT
Comment on attachment 60478 [details]
Patch

8 QString DumpRenderTreeSupportQt::pageSizeAndMarginsInPixels(QWebFrame* frame, int pageIndex,
 679                                               int width, int height,
 680                                               int marginTop,
 681                                               int marginRight,
 682                                               int marginBottom,
 683                                               int marginLeft)

This is wrong coding style, put it on one line. Apart from that r=me.
Comment 3 Robert Hogan 2010-07-08 13:58:00 PDT
Committed r62830: <http://trac.webkit.org/changeset/62830>