diff --git a/content/html/document/test/test_bug255820.html b/content/html/document/test/test_bug255820.html index ec3fcb05f8d5..3702c5ae9d98 100644 --- a/content/html/document/test/test_bug255820.html +++ b/content/html/document/test/test_bug255820.html @@ -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(); }