-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Map various tests to web-features #55025
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
base: master
Are you sure you want to change the base?
Conversation
6c6af5f
to
7d0170d
Compare
features: | ||
- name: overflow-anchor | ||
files: | ||
- opt-out-* |
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.
This doesn't include opt-out.html, is that intentional?
@@ -0,0 +1,3 @@ | |||
features: | |||
- name: createimagebitmap |
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.
- name: createimagebitmap | |
- name: imagebitmaprenderingcontext |
The createImageBitmap()
global method is to create an ImageBitmap
object which isn't the same thing.
Bundles are OK, but since PRs will get held up by doubts about any part of it, keeping it to 10 features or less per PR is good I think. It also makes it more manageable to review in many small chunks. |
@foolip let me know if you'd like this (or future patches) submitted with one pull request per feature!