rustc/vendor/html5ever/html5lib-tests/tree-construction/scripted/adoption01.dat
2019-04-29 16:16:11 -07:00

17 lines
296 B
Plaintext

#data
<p><b id="A"><script>document.getElementById("A").id = "B"</script></p>TEXT</b>
#errors
#script-on
#document
| <html>
| <head>
| <body>
| <p>
| <b>
| id="B"
| <script>
| "document.getElementById("A").id = "B""
| <b>
| id="A"
| "TEXT"