зеркало из https://github.com/mozilla/pjs.git
Bug 539887 - Comment out a test assertion in test_bug255820.html. r=bzbarsky.
--HG-- extra : rebase_source : 8e51292d4d73c2c89088dd278838b9a991f20735
This commit is contained in:
Родитель
c67fc39a94
Коммит
82e491f2ff
|
@ -44,9 +44,13 @@ function charsetTestFinished(id, doc, charsetTarget) {
|
|||
}
|
||||
|
||||
function f2Continue() {
|
||||
// Commented out pending discussion at the WHATWG
|
||||
// $("f2").
|
||||
// setAttribute("onload",
|
||||
// "charsetTestFinished('f2 reloaded', this.contentDocument, 'us-ascii');");
|
||||
$("f2").
|
||||
setAttribute("onload",
|
||||
"charsetTestFinished('f2 reloaded', this.contentDocument, 'us-ascii');");
|
||||
"testFinished();");
|
||||
$("f2").contentWindow.location.reload();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче