The reconcile package is used for DOM reconcilation in Isomorphic Go web applications.

adoption01.dat 285B

123456789101112131415
  1. #data
  2. <p><b id="A"><script>document.getElementById("A").id = "B"</script></p>TEXT</b>
  3. #errors
  4. #document
  5. | <html>
  6. | <head>
  7. | <body>
  8. | <p>
  9. | <b>
  10. | id="B"
  11. | <script>
  12. | "document.getElementById("A").id = "B""
  13. | <b>
  14. | id="A"
  15. | "TEXT"