aboutsummaryrefslogtreecommitdiff
path: root/tests/html5lib-tests/tree-construction/scripted/adoption01.dat
blob: 5cc0f07496a658ef7a91dbcdb652f88e212e93d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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"