[Webkit-unassigned] [Bug 12251] REGRESSION (r18822-r18823): Assertion failure running dom/xhtml/level2/html/HTMLIFrameElement11.xhtml

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 14 04:38:10 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12251





------- Comment #7 from ddkilzer at webkit.org  2007-01-14 04:38 PDT -------
(In reply to comment #0)
> In my locally-build debug build of WebKit r18824,
> dom/xhtml/level2/html/HTMLIFrameElement11.xhtml fails with an assertion error:

The problem here is that HTMLIFrameElement11.xhtml references two files that
don't exist via <iframe> tags.  The assertion code added in r18822 trips
because these files (resources) aren't found and thus aren't loaded.  The
solution is to add equivalent nil checks.

What's more disconcerting is that both frame.xhtml and iframe.xhtml exist in
the same directory as HTMLIFrameElement11.xhtml, but apparently that's what the
actual test does as well:

http://dev.w3.org/cvsweb/2001/DOM-Test-Suite/tests/level2/html/files/iframe2.html?rev=1.4

I have a patch to fix this.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list