Bug 539887 - Comment out a test assertion in test_bug255820.html. r=bzbarsky.

--HG--
extra : rebase_source : 8e51292d4d73c2c89088dd278838b9a991f20735
This commit is contained in:
Henri Sivonen 2010-02-25 13:36:14 +02:00
Родитель bf8108009c
Коммит c22899568e
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -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();
}