mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 943262 - Remove getCharsetTitle part of test_bug713519.js. r=gavin
This commit is contained in:
parent
94e24bffbc
commit
691b293588
@ -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…
Reference in New Issue
Block a user