This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
From http://bugs.webkit.org/show_bug.cgi?id=15690. There is an apparent typo in setUpPage function that makes failing tests look as if they passed: function setUpPage() { setUpPageStatus = 'running'; ... if (docsLoaded == <xsl:value-of select="count($loads)"/>) { setUpPage = 'complete'; <-- HERE } } catch(ex) { catchInitializationError(builder, ex); setUpPage = 'complete'; <-- HERE } In the two cases above, setUpPage should be replaced with setUpPageStatus.
Ping. This issue affects thousands of test cases and it seems like something that should be straightforward to fix.
PING
PONG. Sorry, kind of overloaded right now. Will look into this in the next days.
Thank you. Sorry to be a pain in the a** about it but I thought it deserved attention.