diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-18 14:43:25 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-18 14:43:25 +0000 |
commit | e9c4ac9c2af1e09044920caf4b7a1ca5f1126ea6 (patch) | |
tree | 8d27e69cfe1d3286fc9a57a4141498ea72368d62 /chrome/test/data | |
parent | 3e0c7ad746fa9b107ead3b2d84e237e27376e6e9 (diff) | |
download | chromium_src-e9c4ac9c2af1e09044920caf4b7a1ca5f1126ea6.zip chromium_src-e9c4ac9c2af1e09044920caf4b7a1ca5f1126ea6.tar.gz chromium_src-e9c4ac9c2af1e09044920caf4b7a1ca5f1126ea6.tar.bz2 |
Revert 97304 - Adding BidiChecker tests which run in fake bidi
All the new tests are failing.
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/7488045
TBR=ofri@google.com
Review URL: http://codereview.chromium.org/7669053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97310 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data')
-rw-r--r-- | chrome/test/data/webui/bidichecker_tests.js | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/chrome/test/data/webui/bidichecker_tests.js b/chrome/test/data/webui/bidichecker_tests.js index 182eceb..84f4a32 100644 --- a/chrome/test/data/webui/bidichecker_tests.js +++ b/chrome/test/data/webui/bidichecker_tests.js @@ -25,31 +25,12 @@ function filtersForPage(pageName, isRTL) { ], // Filters for RTL UI "RTL" : [ - // BUG: http://code.google.com/p/chromium/issues/detail?id=80791 - bidichecker.FilterFactory.atText("Google") ] }, "chrome://settings/autofill" : { "LTR" : [ // BUG: http://code.google.com/p/chromium/issues/detail?id=82267 bidichecker.FilterFactory.atText("משה ב כהן, דרך מנחם בגין") - ], - "RTL" : [ - // BUG: http://code.google.com/p/chromium/issues/detail?id=90322 - bidichecker.FilterFactory.atText( - "Milton C. Waddams, 4120 Freidrich Lane") - ] - }, - "chrome://plugins" : { - "RTL" : [ - // False positive - bidichecker.FilterFactory.atText("x") - ] - }, - "chrome://newtab/" : { - "RTL" : [ - // BUG: http://code.google.com/p/chromium/issues/detail?id=93339 - bidichecker.FilterFactory.atText("Chrome Web Store") ] } }; |