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 upWPT nightly sync is busted #26768
Closed
WPT nightly sync is busted #26768
Labels
Comments
Member
jdm
commented
Jun 3, 2020
|
This is triggered by our existing tests like https://github.com/servo/servo/blob/master/tests/wpt/mozilla/tests/css/pixel_snapping_border_a.html#L7 which have a viewport-size override. |
|
This will be fixed by a combination of #26772 and web-platform-tests/wpt#23956. |
|
Latest bustage before the previous fix could be verified:
|
|
I can reproduce this in a VM by running the following python script: import sys
with open(sys.argv[1]) as f:
f.read()And running it with |
|
Fixed by 604b565. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment