Skip to content

Commit

Permalink
Upstream new WebKit Math and namespaced attribute tests
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk authored and gsnedders committed Apr 5, 2023
1 parent 1314b09 commit b36d6bd
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions tree-construction/webkit02.dat
Original file line number Diff line number Diff line change
Expand Up @@ -355,3 +355,39 @@ select
| <body>
| <plaintext>
| "<div>foo</div>"

#data
<svg xml:base xml:lang xml:space xml:baaah definitionurl>
#errors
#document
| <html>
| <head>
| <body>
| <svg svg>
| definitionurl=""
| xml lang=""
| xml space=""
| xml:baaah=""
| xml:base=""

#data
<math definitionurl xlink:title xlink:show>
#errors
#document
| <html>
| <head>
| <body>
| <math math>
| definitionURL=""
| xlink show=""
| xlink title=""

#data
<math DEFINITIONURL>
#errors
#document
| <html>
| <head>
| <body>
| <math math>
| definitionURL=""

0 comments on commit b36d6bd

Please sign in to comment.