Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
Tags used for linking issues. [ID: 1172495]
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
First, please search through existing issues to ensure that the bug has not already been reported. You can start the search here:
If the issue has already been reported, you can click the star next to the issue number to subscribe and receive updates. We prioritize responding to the issues with the most stars. You can also comment on the issue to provide any details of your experience with it.
If your issue has not been reported, please provide all of the following:
-----------------------------------------------------------------------------------------------------------------------------
A short description of the issue: On non-enterprise www gmail clients, background-url property is recently stripped from HTML of emails.
Send the following HTML content with text/html email headers:
```
<div style='height:400px;width:400px;background-image:url("
```
What steps will reproduce the problem?
1. Image will render on Android Gmail app, but not web gmail client.
> What is the expected output?
We should see the image
> What do you see instead?
The CSS tags are omitted
Other email clients including gmail mobile properly renders an image.