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

Unified Diff: chrome/test/data/webui/bidichecker_tests.js

Issue 8606009: Revert 110861 - Adding more bidichecker tests and doing some minor cleanups. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | « chrome/browser/ui/webui/bidi_checker_web_ui_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/bidichecker_tests.js
===================================================================
--- chrome/test/data/webui/bidichecker_tests.js (revision 110898)
+++ chrome/test/data/webui/bidichecker_tests.js (working copy)
@@ -20,12 +20,12 @@
"chrome://history" : {
// Filters for LTR UI
"LTR" : [
- // BUG: http://crbug.com/80791
+ // BUG: http://code.google.com/p/chromium/issues/detail?id=80791
bidichecker.FilterFactory.atText("בדיקה")
],
// Filters for RTL UI
"RTL" : [
- // BUG: http://crbug.com/80791
+ // 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
@@ -37,11 +37,11 @@
},
"chrome://settings/autofill" : {
"LTR" : [
- // BUG: http://crbug.com/82267
+ // BUG: http://code.google.com/p/chromium/issues/detail?id=82267
bidichecker.FilterFactory.atText("משה ב כהן, דרך מנחם בגין")
],
"RTL" : [
- // BUG: http://crbug.com/90322
+ // BUG: http://code.google.com/p/chromium/issues/detail?id=90322
bidichecker.FilterFactory.atText(
"Milton C. Waddams, 4120 Freidrich Lane")
]
@@ -57,55 +57,10 @@
},
"chrome://newtab" : {
"RTL" : [
- // BUG: http://crbug.com/93339
+ // BUG: http://code.google.com/p/chromium/issues/detail?id=93339
bidichecker.FilterFactory.atText("Chrome Web Store"),
bidichecker.FilterFactory.atText("File Manager")
]
- },
- "chrome://bugreport#0?description=%D7%91%D7%93%D7%99%D7%A7%D7%94&issueType=1" : {
- "LTR" : [
- // BUG: http://crbug.com/90835
- bidichecker.FilterFactory.atText("בדיקה")
- ]
- },
- "chrome://bugreport#0?description=test&issueType=1" : {
- "RTL" : [
- // BUG: http://crbug.com/90835
- bidichecker.FilterFactory.atText("test")
- ]
- },
- "chrome://settings/browser" : {
- "LTR" : [
- // BUG: http://crbug.com/93702
- bidichecker.FilterFactory.atText("חדשות תוכן ועדכונים - ידיעות אחרונות")
- ]
- },
- "chrome://settings/clearBrowserData" : {
- "RTL" : [
- // BUG: http://crbug.com/94070
- bidichecker.FilterFactory.atText("Google Cloud Print")
- ]
- },
- "chrome://settings/content" : {
- "RTL" : [
- // BUG: http://crbug.com/94070
- bidichecker.FilterFactory.atText("Google Cloud Print")
- ]
- },
- "chrome://settings/languages" : {
- "RTL" : [
- // BUG: http://crbug.com/94070
- bidichecker.FilterFactory.atText("Google Cloud Print"),
- bidichecker.FilterFactory.atText("Hebrew"),
- bidichecker.FilterFactory.atText("English (United States"),
- bidichecker.FilterFactory.atText("English")
- ]
- },
- "chrome://settings/contentExceptions" : {
- "RTL" : [
- // BUG: http://crbug.com/94070
- bidichecker.FilterFactory.atText("Google Cloud Print")
- ]
}
};
« no previous file with comments | « chrome/browser/ui/webui/bidi_checker_web_ui_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698