diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-21 23:24:43 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-21 23:24:43 +0000 |
commit | 2c355c28429a0e9c0b92b93ea95e5d1c0963511e (patch) | |
tree | ca1817802c7ab5091b7cf01af0b266a9d2c60953 /chrome/test/data/find_in_page | |
parent | 6f7dc659e8296738804e842129fd1fd61d4daabc (diff) | |
download | chromium_src-2c355c28429a0e9c0b92b93ea95e5d1c0963511e.zip chromium_src-2c355c28429a0e9c0b92b93ea95e5d1c0963511e.tar.gz chromium_src-2c355c28429a0e9c0b92b93ea95e5d1c0963511e.tar.bz2 |
Find box regression: Doesn't move if obscuring. The problem is that we get multiple messages from the renderer about the status of the find operation and some contain the selection rect (others don't). Therefore, we have to use the last known good selection rect if none is passed in.
BUG=12463
TEST=Covered by in-process browser test now.
Review URL: http://codereview.chromium.org/115667
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16683 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data/find_in_page')
-rw-r--r-- | chrome/test/data/find_in_page/move_if_obscuring.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/test/data/find_in_page/move_if_obscuring.html b/chrome/test/data/find_in_page/move_if_obscuring.html new file mode 100644 index 0000000..8ca8080 --- /dev/null +++ b/chrome/test/data/find_in_page/move_if_obscuring.html @@ -0,0 +1,7 @@ +<html>
+<body>
+ <div align="right">"All day I dream about Essex."</div>
+<br><br><br>
+"Too much Essex makes your eyes go screwey"
+</body>
+</html>
|