Bug 28395 - [Chromium] Implement DumpRenderTree for the Chromium port
Summary: [Chromium] Implement DumpRenderTree for the Chromium port
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Kent Tamura
URL:
Keywords:
Depends on: 28394 28396 28397 31276 35902 35903 36641 38023 39810 40558 41749
Blocks: 28398
  Show dependency treegraph
 
Reported: 2009-08-17 10:27 PDT by Dimitri Glazkov (Google)
Modified: 2011-10-19 10:02 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri Glazkov (Google) 2009-08-17 10:27:00 PDT
We should be running layout tests using the same harness as the rest of the WebKit.
Comment 1 Dimitri Glazkov (Google) 2009-08-17 10:52:16 PDT
Relevant chromium bug: http://crbug.com/9921.
Comment 2 Kent Tamura 2010-03-08 21:55:42 PST
I'll split this task into:

1. Make workable DRT Chromium port without integrating WebKit DRT code
  Applying WebKit style, but doesn't use WebKitTools/DumpRenderTree/* files.
  Do not change Chromium test_shell code drastically though unnecessary code is removed.

2. Integrate to WebKit DRT
  Use WebKitTools/DumpRenderTree/* as possible.
Comment 3 Kent Tamura 2010-03-08 22:11:23 PST
(In reply to comment #2)
> I'll split this task into:
> 
> 1. Make workable DRT Chromium port without integrating WebKit DRT code
>   Applying WebKit style, but doesn't use WebKitTools/DumpRenderTree/* files.
>   Do not change Chromium test_shell code drastically though unnecessary code is
> removed.
> 
> 2. Integrate to WebKit DRT
>   Use WebKitTools/DumpRenderTree/* as possible.

Bug#35902 will cover the step 1, and Bug#35903 will cover the step 2.