mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 13:52:37 +00:00
Bug 943262 - Remove getCharsetTitle part of test_bug713519.js. r=gavin
This commit is contained in:
parent
3304901f21
commit
43d837d38e
@ -16,13 +16,4 @@ function run_test() {
|
||||
catch (ex) {
|
||||
// The exception is expected.
|
||||
}
|
||||
|
||||
do_check_eq(svc.getCharsetTitle("windows-1255"), "Hebrew (Windows-1255)");
|
||||
try {
|
||||
svc.getCharsetTitle("no such thing");
|
||||
do_throw("Calling getCharsetTitle with invalid value should throw.");
|
||||
}
|
||||
catch (ex) {
|
||||
// The exception is expected.
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user