diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-13 01:56:22 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-13 01:56:22 +0000 |
commit | 8cc47ce3146b70a4bef2665eebeb5875050d3534 (patch) | |
tree | 42c9679eee636657405a175395d1367bff59dff9 /webkit/tools/test_shell/layout_test_controller.h | |
parent | 11c2fe82bca2cd871eeb7aff77043754ef75651a (diff) | |
download | chromium_src-8cc47ce3146b70a4bef2665eebeb5875050d3534.zip chromium_src-8cc47ce3146b70a4bef2665eebeb5875050d3534.tar.gz chromium_src-8cc47ce3146b70a4bef2665eebeb5875050d3534.tar.bz2 |
Adding the elementDoesAutoCompleteForElementWithId method to the layoutTestController class to fix the security/set-form-autocomplete-attribute.html layout test.
Review URL: http://codereview.chromium.org/17364
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7915 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/layout_test_controller.h')
-rw-r--r-- | webkit/tools/test_shell/layout_test_controller.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/layout_test_controller.h b/webkit/tools/test_shell/layout_test_controller.h index d0f8f05..5155c3e 100644 --- a/webkit/tools/test_shell/layout_test_controller.h +++ b/webkit/tools/test_shell/layout_test_controller.h @@ -137,6 +137,8 @@ class LayoutTestController : public CppBoundClass { CppVariant* result); void pauseTransitionAtTimeOnElementWithId(const CppArgumentList& args, CppVariant* result); + void elementDoesAutoCompleteForElementWithId(const CppArgumentList& args, + CppVariant* result); // The following are only stubs. TODO(pamg): Implement any of these that // are needed to pass the layout tests. |