Files
UXP-Fixed/parser/htmlparser/tests/mochitest/html5lib_tree_construction/scripted/adoption01.dat
T
2018-02-02 04:16:08 -05:00

16 lines
285 B
Plaintext

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