[Webkit-unassigned] [Bug 17253] <iframe> fallback does not work (test 4 in Acid3 'ignoring whitespace during NodeIterator walk' fails)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 10 12:27:25 PST 2008


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


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyatt at apple.com
         AssignedTo|darin at apple.com             |webkit-
                   |                            |unassigned at lists.webkit.org
             Status|ASSIGNED                    |NEW
            Summary|Acid3 test ignoring         |<iframe> fallback does not
                   |whitespace during           |work (test 4 in Acid3
                   |NodeIterator walk fails     |'ignoring whitespace during
                   |                            |NodeIterator walk' fails)




------- Comment #3 from darin at apple.com  2008-02-10 12:27 PDT -------
The failure remaining seems to have nothing to do with NodeIterator.

The problem is that this is an <iframe> with a src that fails to load. At some
point, when the load fails, presumably we are supported to fall back and
display the fallback content instead as we do with <object>.

I don't know what the test does to ensure that it doesn't try to run *before*
the <iframe> has tried and failed to load its src, but I'm presuming it does
something. If it doesn't then there could be an Acid3 bug.

Then we have to make sure that the error from the server is treated as a
failure. And make sure we do fallback. As far as I can tell we don't even try
to do fallback for <iframe>. In fact, until now I had been under the impression
that <iframe> was supposed to fall back only for browsers that don't support
<iframe>, not for missing resources.


-- 
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