-
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -271,6 +271,62 @@ | |
| ychannelselector="" | ||
| zoomandpan="" | ||
|
||
#data | ||
<!DOCTYPE html><body><svg contentScriptType='' contentStyleType=''externalResourcesRequired='' filterRes=''></svg> | ||
#errors | ||
#document | ||
| <!DOCTYPE html> | ||
| <html> | ||
| <head> | ||
| <body> | ||
| <svg svg> | ||
| contentscripttype="" | ||
| contentstyletype="" | ||
| externalresourcesrequired="" | ||
| filterrest="" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
||
#data | ||
<!DOCTYPE html><body><svg CONTENTSCRIPTTYPE='' CONTENTSTYLETYPE=''EXTERNALRESOURCESREQUIRED='' FILTERRES=''></svg> | ||
#errors | ||
#document | ||
| <!DOCTYPE html> | ||
| <html> | ||
| <head> | ||
| <body> | ||
| <svg svg> | ||
| contentscripttype="" | ||
| contentstyletype="" | ||
| externalresourcesrequired="" | ||
| filterrest="" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Mistyped. |
||
|
||
#data | ||
<!DOCTYPE html><body><svg contentscripttype='' contentstyletype=''externalresourcesrequired='' filterres=''></svg> | ||
#errors | ||
#document | ||
| <!DOCTYPE html> | ||
| <html> | ||
| <head> | ||
| <body> | ||
| <svg svg> | ||
| contentscripttype="" | ||
| contentstyletype="" | ||
| externalresourcesrequired="" | ||
| filterrest="" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Mistyped. |
||
|
||
#data | ||
<!DOCTYPE html><body><math contentScriptType='' contentStyleType=''externalResourcesRequired='' filterRes=''></math> | ||
#errors | ||
#document | ||
| <!DOCTYPE html> | ||
| <html> | ||
| <head> | ||
| <body> | ||
| <math math> | ||
| contentscripttype="" | ||
| contentstyletype="" | ||
| externalresourcesrequired="" | ||
| filterrest="" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Mistyped. |
||
|
||
#data | ||
<!DOCTYPE html><body><svg><altGlyph /><altGlyphDef /><altGlyphItem /><animateColor /><animateMotion /><animateTransform /><clipPath /><feBlend /><feColorMatrix /><feComponentTransfer /><feComposite /><feConvolveMatrix /><feDiffuseLighting /><feDisplacementMap /><feDistantLight /><feFlood /><feFuncA /><feFuncB /><feFuncG /><feFuncR /><feGaussianBlur /><feImage /><feMerge /><feMergeNode /><feMorphology /><feOffset /><fePointLight /><feSpecularLighting /><feSpotLight /><feTile /><feTurbulence /><foreignObject /><glyphRef /><linearGradient /><radialGradient /><textPath /></svg> | ||
#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.
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.