comparison: parser/htmlparser/tests/mochitest/html5lib_tree_construction/scripted/adoption01.dat
parser/htmlparser/tests/mochitest/html5lib_tree_construction/scripted/adoption01.dat
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
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" |