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 upbackground-size: cover is incorrectly rendered #9327
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Notice the favicon in the blue tab box.
The top-level window is Browser.html rendered in Servo. The bottom-level window is Browser.html rendered in Gecko. The favicon is an element that applies a
background-imageand usesbackground-size: coverto scale the image to fit. Gecko's rendering is the correct one.