Skip to content

Commit 927f779

Browse files
committed
Reintroduce tests for removed SVG attributes. (#70)
These accidentally got nuked in the Blink merge.
1 parent c607f06 commit 927f779

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

tree-construction/tests11.dat

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,62 @@
271271
| ychannelselector=""
272272
| zoomandpan=""
273273

274+
#data
275+
<!DOCTYPE html><body><svg contentScriptType='' contentStyleType='' externalResourcesRequired='' filterRes=''></svg>
276+
#errors
277+
#document
278+
| <!DOCTYPE html>
279+
| <html>
280+
| <head>
281+
| <body>
282+
| <svg svg>
283+
| contentscripttype=""
284+
| contentstyletype=""
285+
| externalresourcesrequired=""
286+
| filterres=""
287+
288+
#data
289+
<!DOCTYPE html><body><svg CONTENTSCRIPTTYPE='' CONTENTSTYLETYPE='' EXTERNALRESOURCESREQUIRED='' FILTERRES=''></svg>
290+
#errors
291+
#document
292+
| <!DOCTYPE html>
293+
| <html>
294+
| <head>
295+
| <body>
296+
| <svg svg>
297+
| contentscripttype=""
298+
| contentstyletype=""
299+
| externalresourcesrequired=""
300+
| filterres=""
301+
302+
#data
303+
<!DOCTYPE html><body><svg contentscripttype='' contentstyletype='' externalresourcesrequired='' filterres=''></svg>
304+
#errors
305+
#document
306+
| <!DOCTYPE html>
307+
| <html>
308+
| <head>
309+
| <body>
310+
| <svg svg>
311+
| contentscripttype=""
312+
| contentstyletype=""
313+
| externalresourcesrequired=""
314+
| filterres=""
315+
316+
#data
317+
<!DOCTYPE html><body><math contentScriptType='' contentStyleType='' externalResourcesRequired='' filterRes=''></math>
318+
#errors
319+
#document
320+
| <!DOCTYPE html>
321+
| <html>
322+
| <head>
323+
| <body>
324+
| <math math>
325+
| contentscripttype=""
326+
| contentstyletype=""
327+
| externalresourcesrequired=""
328+
| filterres=""
329+
274330
#data
275331
<!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>
276332
#errors

0 commit comments

Comments
 (0)