[Webkit-unassigned] [Bug 16760] Red square covers Acid3 test in Safari

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 6 00:31:46 PST 2008


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





------- Comment #2 from eric at webkit.org  2008-01-06 00:31 PDT -------
FYI the red square is from the <object> element, which has this CSS:

object { position: fixed; left: 130.5px; top: 84.3px; background:
transparent; } /* show objects if they have content */

Hixie made a comment in IRC about this begin a test of <object> Content-Type
support.

Looking at the sent headers:

curl -I "http://www.hixie.ch/tests/evil/acid/003/support-a.png"
HTTP/1.1 404 Not Found
Date: Sun, 06 Jan 2008 08:29:39 GMT
Server: Apache/2.0.61 (Unix) PHP/4.4.7 mod_ssl/2.0.61 OpenSSL/0.9.7e
mod_fastcgi/2.4.2 DAV/2 SVN/1.4.2
Last-Modified: Thu, 01 Jun 2006 06:09:43 GMT
ETag: "13bef5e-908-839d37c0"
Accept-Ranges: bytes
Content-Length: 2312
X-Pingback: http://tracking.damowmow.com/
Content-Language: en-GB-x-Hixie
Content-Type: image/png

I guess the issue there is the 404 which we're not respecting?


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