WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
148923
When object data attribute is set dynamically, loading from cache fails
https://bugs.webkit.org/show_bug.cgi?id=148923
Summary
When object data attribute is set dynamically, loading from cache fails
Alexey Proskuryakov
Reported
2015-09-06 22:53:23 PDT
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2015-09-06 22:57:29 PDT
The test is currently marked as a flaky failure, so to reproduce, please add -v (verbose).
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug