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 upupdate and re-enable CSS tests that use 4 digit colors #6856
Labels
Comments
metajack
added a commit
to metajack/servo
that referenced
this issue
Jul 30, 2015
The bug to track the update is servo#6856.
metajack
added a commit
to metajack/servo
that referenced
this issue
Jul 30, 2015
This also updates wpt tests for new CSS Level 4 color parsing, and disables the relevant CSS tests until they can be updated (tracked by servo#6856).
|
Upstream pull request to update tests: w3c/csswg-test#814 |
metajack
added a commit
to metajack/servo
that referenced
this issue
Jul 30, 2015
This also updates wpt tests for new CSS Level 4 color parsing, and disables the relevant CSS tests until they can be updated (tracked by servo#6856).
|
Hi, I would like to work on this bug could someone help me out ? |
|
I already submitted a patch w3c/csswg-test#814 but looks like it won't be accepted. I'm not sure what the next steps are. |
|
Tests should allow either behavior: w3c/csswg-test#831 (comment) |
josiahdaniels
added a commit
to josiahdaniels/servo
that referenced
this issue
Sep 28, 2015
This also updates wpt tests for new CSS Level 4 color parsing, and disables the relevant CSS tests until they can be updated (tracked by servo#6856).
|
These tests don't seem disabled to me anymore. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After landing servo/rust-cssparser#80 the following tests started failing incorrectly:
/css21_dev/html4/border-bottom-color-030.htm
/css21_dev/html4/border-left-color-030.htm
/css21_dev/html4/border-right-color-030.htm
/css21_dev/html4/border-top-color-030.htm
These tests need to be updated upstream. Then Servo needs to update the CSS tests and re-enable these.