Open Bug 1438639 Opened 7 years ago Updated 3 years ago

Tracking Protection Stats: test case for different HTML element and container types

Categories

(Firefox for iOS :: General, enhancement, P3)

Other
iOS
enhancement

Tracking

()

Tracking Status
fxios + ---

People

(Reporter: garvan, Unassigned)

References

Details

This manual test case http://output.jsbin.com/rahizoq needs to be turned into an automated test. Thanks :jdarcangelo for the test case! The current code detects all of the added elements in the test case except for this: ``` button2.addEventListener('click', function() { var container = document.createElement('div'); document.body.appendChild(container); container.innerHTML += '<img src="//thecatapi.com/api/images/get?' + Date.now() + '">'; }); ```
Marking tracking + since this doesn't need to be tied to a release.
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.