-
Notifications
You must be signed in to change notification settings - Fork 62
Reintroduce tests for removed SVG attributes. #70
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
Conversation
These accidentally got nuked in the Blink merge.
Critic review: https://critic.hoppipolla.co.uk/r/5863 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please do not make in-place history rewrites (e.g. via |
| contentscripttype="" | ||
| contentstyletype="" | ||
| externalresourcesrequired="" | ||
| filterrest="" |
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.
you mistyped it anyway.filterres
isn't in the list of SVG attributes to be adjusted any longer. Also,
Um. Oops. I English, it good. |
OK, hopefully this commit fixes it. |
@@ -272,6 +272,62 @@ | |||
| zoomandpan="" | |||
|
|||
#data | |||
<!DOCTYPE html><body><svg contentScriptType='' contentStyleType=''externalResourcesRequired='' filterRes=''></svg> |
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.
Is the lack of space between attributes intentional? (If so, should be in #errors.)
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.
No.
LGTM % nit |
These accidentally got nuked in the Blink merge.