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 upSetting background of html/body results in different layout #26003
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This looks like it's the cause of /css/css-color/t421-rgb-func-whitespace-b.xht failing. The reference file only uses
body { background: black }while the test file useshtml, body { background: black }and the reference contains a noticeable white border surrounding the page contents.