[Webkit-unassigned] [Bug 12305] REGRESSION: Images do not load in video sections on CNN.com homepage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 17 23:02:46 PST 2007


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





------- Comment #9 from mitz at webkit.org  2007-01-17 23:02 PDT -------
(From update of attachment 12526)
+        * fast/js/lowsrc-img-property.html: Added.

The test should be in fast/dom/HTMLImageElement. It's a DOM test, not a JS
test.

The operators should go before the line breaks:

+    return attr->name() == srcAttr
+           || attr->name() == lowsrcAttr
+           || (attr->name() == usemapAttr && attr->value().domString()[0] !=
'#');

This attribute is not in the W3C spec. It should appear under "extensions".


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