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 |
Dimitri Glazkov (Google)
We should be running layout tests using the same harness as the rest of the WebKit.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Dimitri Glazkov (Google)
Relevant chromium bug: http://crbug.com/9921.
Kent Tamura
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.
Kent Tamura
(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.