Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7193)

Unified Diff: chrome_frame/test/chrome_frame_ui_test_utils.cc

Issue 4983004: Fix more ChromeFrame tests so that they work on IE9. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome_frame/test/navigation_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/chrome_frame_ui_test_utils.cc
===================================================================
--- chrome_frame/test/chrome_frame_ui_test_utils.cc (revision 65626)
+++ chrome_frame/test/chrome_frame_ui_test_utils.cc (working copy)
@@ -548,7 +548,8 @@
std::wstring name, role_text, value;
if (name_.length()) {
object->GetName(&name);
- does_match = MatchPattern(name, name_);
+ does_match = MatchPattern(StringToUpperASCII(name),
+ StringToUpperASCII(name_));
}
if (does_match && role_text_.length()) {
object->GetRoleText(&role_text);
« no previous file with comments | « no previous file | chrome_frame/test/navigation_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698