Browse Source

Tests for xml:id

ns
J. King 3 years ago
parent
commit
1353cdc8ab
  1. 13
      tests/cases/tree-construction/mensbeam01.dat

13
tests/cases/tree-construction/mensbeam01.dat

@ -51,3 +51,16 @@
| <body>
| <svg svg>
| xlink href="http://example.com/"
#data
<!DOCTYPE html><svg xml:id="proper"/><p xml:id="bogus">
#errors
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <svg svg>
| xml id="proper"
| <p>
| xml:id="bogus"

Loading…
Cancel
Save