()
| 4253 | if (orig.type === "img" && img) img.src = orig.src || ""; |
| 4254 | else if (orig.type === "bg") { |
| 4255 | const html = el; |
| 4256 | html.style.backgroundImage = orig.bg || ""; |
| 4257 | html.style.backgroundRepeat = ""; |
| 4258 | html.style.backgroundSize = ""; |
| 4259 | html.style.backgroundPosition = ""; |
| 4260 | } |
no test coverage detected