We should be running layout tests using the same harness as the rest of the WebKit.
Relevant chromium bug: http://crbug.com/9921.
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.
(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.