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 upWrite a reftest for the background attribute on the body element #6992
Conversation
highfive
commented
Aug 5, 2015
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @jdm (or someone else) soon. |
|
Thanks @s142857! There are a couple issues here:
We will want to create a branch new pair of test files in tests/wpt/mozilla/tests/css, one of which should use |
|
The changes to tests/ref/background_image_position_a.html and tests/ref/background_none_a.html should be reverted, as well as the removal of tests/ref/400x400_green.png. We're also missing the new files. |
|
i added them check added commit |
|
i did not change the files, i actually copied them to wpt then changed then deleted the files |
|
if you are talking about addition of link, it is harmless and makes it relatively easier in the future |
|
i could remove the links if you want me to |
|
thanks buddy |
|
400x400_green.png was moved from test/ref, which will break any reftests there that use it. Please do remove the new |
|
I copied it, not moved, it i still exists in tests/ref On Thu, Aug 6, 2015 at 11:05 AM, Josh Matthews notifications@github.com
Sanketh |
|
ok, I will change the path On Thu, Aug 6, 2015 at 11:12 AM, Sanketh Menda mendasanketh@gmail.com
Sanketh |
|
I'll place the 400_400_green.png back in its place and make a new file Give me 5hrs to do the needed, I need to go home and do it, I'm in school. On Thu, Aug 6, 2015 at 11:13 AM, Sanketh Menda mendasanketh@gmail.com
Sanketh |
mod manifest
Add a reftest for <body background>. Fixes servo#6838 Rebased from servo#6992. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7039) <!-- Reviewable:end -->
sgmenda commentedAug 5, 2015
Testing the background in a basic way. #6838