Bug 136556 - Image title should use "×", not "x". r=bz, r=dolske

This commit is contained in:
aceman
2011-09-05 17:26:23 -07:00
parent 6b1eb29221
commit 6318275006
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ function test() {
function checkTitle(title) {
ctx.loadsDone++;
ok(/^bug592641_img\.jpg \(JPEG Image, 1500x1500 pixels\)/.test(title),
ok(/^bug592641_img\.jpg \(JPEG Image, 1500\u00A0\u00D7\u00A01500 pixels\)/.test(title),
"Title should be correct on load #" + ctx.loadsDone);
}