added reliability test usding DumpRenderTree

This commit is contained in:
Guang Zhu
2009-04-29 14:49:03 -07:00
parent 1e6dab1852
commit 4010ac35b1
7 changed files with 524 additions and 21 deletions

View File

@@ -18,4 +18,5 @@ package com.android.dumprendertree;
public interface TestShellCallback {
public void finished();
public void timedOut(String url);
}