-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update css/*, excluding css/css-*, from monorail results #808
Conversation
See #798 for methodology
css/vendor-imports/mozilla/mozilla-central-reftests/writing-modes-3/META.yml
Outdated
Show resolved
Hide resolved
@@ -22,3 +22,17 @@ links: | |||
status: FAIL | |||
- test: mix-blend-mode-mask.html | |||
status: FAIL | |||
- test: mix-blend-mode-blended-element-overflow-hidden-and-border-radius.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like we also could have gotten these from TestExpectations, I found https://chromium.googlesource.com/chromium/src.git/+/5b7ecdb7b265a278367d9334656531c69bd4089b%5E%21/#F0 via the bug. But the bug is right.
- product: chrome | ||
url: https://crbug.com/1065468 | ||
results: | ||
- test: font-family-serialization-001.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's another failure here (Serialization of quoted "<generic-family>") which might be more important than the webkit-prefixed stuff, but https://crbug.com/1065468 is relevant.
I think it'll just be too messy over time to try to ensure that every subtest is explicitly accounted for, so let's live with this imprecision.
See #798 for methodology