Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upbody "background" attribute resolved URL needs to be recomputed when the node is adopted #9142
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #9136 (comment) ; we currently only compute the resolved URL for the "background" presentation attribute when the attribute is mutated, but the resolved URL also depends on the owner document.
Writing a testcase is a bit complicated because it involves multiple files, but basically it would just involve moving the body of a document into a document with a different base URL, and checking that the displayed background image changes accordingly.