Bug 28395

Summary: [Chromium] Implement DumpRenderTree for the Chromium port
Product: WebKit Reporter: Dimitri Glazkov (Google) <dglazkov>
Component: WebCore Misc.Assignee: Kent Tamura <tkent>
Status: RESOLVED FIXED    
Severity: Normal CC: ctguil, dglazkov, fishd, michelangelo, thakis, tkent
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 28394, 28396, 28397, 31276, 35902, 35903, 36641, 38023, 39810, 40558, 41749    
Bug Blocks: 28398    

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.