diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-19 15:26:28 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-19 15:26:28 +0000 |
commit | d499ed582b58cf676becdc97ca7280861a9483b0 (patch) | |
tree | 46fb4dc60177ac4caec27f3ad66da4f4712c2c62 /webkit/tools | |
parent | 59b260797e0201b7b5e4a06c9babb5aabcbed160 (diff) | |
download | chromium_src-d499ed582b58cf676becdc97ca7280861a9483b0.zip chromium_src-d499ed582b58cf676becdc97ca7280861a9483b0.tar.gz chromium_src-d499ed582b58cf676becdc97ca7280861a9483b0.tar.bz2 |
Add a unit test for getting the text of a webframe. This fixes a serious crash my previous test introduces.
BUG=1332060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1031 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/test_shell/test_shell_tests.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell_tests.vcproj b/webkit/tools/test_shell/test_shell_tests.vcproj index 569dbd0..567e772 100644 --- a/webkit/tools/test_shell/test_shell_tests.vcproj +++ b/webkit/tools/test_shell/test_shell_tests.vcproj @@ -379,6 +379,10 @@ > </File> <File + RelativePath="..\..\glue\webframe_unittest.cc" + > + </File> + <File RelativePath="..\..\glue\webplugin_impl_unittest.cc" > </File> |