main-element.dat 727 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #data
  2. <!doctype html><p>foo<main>bar<p>baz
  3. #errors
  4. (1,36): expected-closing-tag-but-got-eof
  5. #document
  6. | <!DOCTYPE html>
  7. | <html>
  8. | <head>
  9. | <body>
  10. | <p>
  11. | "foo"
  12. | <main>
  13. | "bar"
  14. | <p>
  15. | "baz"
  16. #data
  17. <!doctype html><main><p>foo</main>bar
  18. #errors
  19. #document
  20. | <!DOCTYPE html>
  21. | <html>
  22. | <head>
  23. | <body>
  24. | <main>
  25. | <p>
  26. | "foo"
  27. | "bar"
  28. #data
  29. <!DOCTYPE html>xxx<svg><x><g><a><main><b>
  30. #errors
  31. * (1,42) unexpected HTML-like start tag token in foreign content
  32. * (1,42) unexpected end of file
  33. #document
  34. | <!DOCTYPE html>
  35. | <html>
  36. | <head>
  37. | <body>
  38. | "xxx"
  39. | <svg svg>
  40. | <svg x>
  41. | <svg g>
  42. | <svg a>
  43. | <svg main>
  44. | <b>