[Webkit-unassigned] [Bug 148923] New: When object data attribute is set dynamically, loading from cache fails
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Sep 6 22:53:23 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=148923
Bug ID: 148923
Summary: When object data attribute is set dynamically, loading
from cache fails
Classification: Unclassified
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: HTML DOM
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ap at webkit.org
CC: cdumez at apple.com, koivisto at iki.fi,
sabouhallawa at apple.com
Steps to reproduce:
run-webkit-tests svg/as-object/svg-in-object-dynamic-attribute-change.html --no-retry --repeat 2
On the second try, image #4 fails to load. It is loaded like this:
var object4 = document.getElementById("object4");
object4.onload = onObjectLoad;
object4.setAttribute("type", "image/png");
object4.setAttribute("data", "resources/lime100x100.png");
This is 100% reproducible, and still happens when I remove other sub-tests from this test.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150907/16e0b8f5/attachment.html>
More information about the webkit-unassigned
mailing list