| Index: chrome/test/data/webui/bidichecker_tests.js
|
| diff --git a/chrome/test/data/webui/bidichecker_tests.js b/chrome/test/data/webui/bidichecker_tests.js
|
| index b78d87f46aa6a4c1c0bb21bdada2b17bd36eb56f..a31a32af021b340609313cb030a3dbdf3bc3aad3 100644
|
| --- a/chrome/test/data/webui/bidichecker_tests.js
|
| +++ b/chrome/test/data/webui/bidichecker_tests.js
|
| @@ -27,6 +27,7 @@ function filtersForPage(pageName, isRTL) {
|
| "RTL" : [
|
| // BUG: http://code.google.com/p/chromium/issues/detail?id=80791
|
| bidichecker.FilterFactory.atText("Google"),
|
| + bidichecker.FilterFactory.atText("www.google.com"),
|
| // The following two are probably false positives since we can't
|
| // completely change the environment to RTL on Linux.
|
| // TODO(ofri): Verify that it's indeed a false positive.
|
|
|