[wpt-sync] Sync PR 16357 - Fix "relevant mutations" tests for <img> crossorigin attribute
Categories
(Testing :: web-platform-tests, defect, P4)
Tracking
(Not tracked)
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream error])
Sync web-platform-tests PR 16357 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/16357
Details from upstream follow.
Michael Smith <michael@spinda.net> wrote:
Fix "relevant mutations" tests for <img> crossorigin attribute
These test cases are supposed to verify that changing an
<img>tag'scrossoriginattribute state causes the image resource to be reloaded (as per "4.8.4.3.2 Reacting to DOM mutations" in the HTML spec). However, they were set to expect a'timeout', which doesn't make any sense: the expected result should be a'load'. They were passing regardless of implementation correctness because the corresponding<img>tags were missingsrcattributes, which prevented load events from being generated.
| Assignee | ||
Updated•6 years ago
|
Updated•3 years ago
|
Description
•