Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b36d6bd

Browse files
annevkgsnedders
authored andcommittedApr 5, 2023
Upstream new WebKit Math and namespaced attribute tests
From WebKit/WebKit@83e92a3.
1 parent 1314b09 commit b36d6bd

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed
 

‎tree-construction/webkit02.dat

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,3 +355,39 @@ select
355355
| <body>
356356
| <plaintext>
357357
| "<div>foo</div>"
358+
359+
#data
360+
<svg xml:base xml:lang xml:space xml:baaah definitionurl>
361+
#errors
362+
#document
363+
| <html>
364+
| <head>
365+
| <body>
366+
| <svg svg>
367+
| definitionurl=""
368+
| xml lang=""
369+
| xml space=""
370+
| xml:baaah=""
371+
| xml:base=""
372+
373+
#data
374+
<math definitionurl xlink:title xlink:show>
375+
#errors
376+
#document
377+
| <html>
378+
| <head>
379+
| <body>
380+
| <math math>
381+
| definitionURL=""
382+
| xlink show=""
383+
| xlink title=""
384+
385+
#data
386+
<math DEFINITIONURL>
387+
#errors
388+
#document
389+
| <html>
390+
| <head>
391+
| <body>
392+
| <math math>
393+
| definitionURL=""

0 commit comments

Comments
 (0)
Please sign in to comment.