mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Update html5lib-1.1
This commit is contained in:
parent
3a116486e7
commit
586fd15464
142 changed files with 90234 additions and 2393 deletions
16
lib/html5lib/tests/testdata/tree-construction/scripted/adoption01.dat
vendored
Normal file
16
lib/html5lib/tests/testdata/tree-construction/scripted/adoption01.dat
vendored
Normal file
|
@ -0,0 +1,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"
|
27
lib/html5lib/tests/testdata/tree-construction/scripted/ark.dat
vendored
Normal file
27
lib/html5lib/tests/testdata/tree-construction/scripted/ark.dat
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
#data
|
||||
<p><font size=4><font size=4><font size=4><script>document.getElementsByTagName("font")[2].setAttribute("size", "5");</script><font size=4><p>X
|
||||
#errors
|
||||
#script-on
|
||||
#document
|
||||
| <html>
|
||||
| <head>
|
||||
| <body>
|
||||
| <p>
|
||||
| <font>
|
||||
| size="4"
|
||||
| <font>
|
||||
| size="4"
|
||||
| <font>
|
||||
| size="5"
|
||||
| <script>
|
||||
| "document.getElementsByTagName("font")[2].setAttribute("size", "5");"
|
||||
| <font>
|
||||
| size="4"
|
||||
| <p>
|
||||
| <font>
|
||||
| size="4"
|
||||
| <font>
|
||||
| size="4"
|
||||
| <font>
|
||||
| size="4"
|
||||
| "X"
|
30
lib/html5lib/tests/testdata/tree-construction/scripted/webkit01.dat
vendored
Normal file
30
lib/html5lib/tests/testdata/tree-construction/scripted/webkit01.dat
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
#data
|
||||
1<script>document.write("2")</script>3
|
||||
#errors
|
||||
#script-on
|
||||
#document
|
||||
| <html>
|
||||
| <head>
|
||||
| <body>
|
||||
| "1"
|
||||
| <script>
|
||||
| "document.write("2")"
|
||||
| "23"
|
||||
|
||||
#data
|
||||
1<script>document.write("<script>document.write('2')</scr"+ "ipt><script>document.write('3')</scr" + "ipt>")</script>4
|
||||
#errors
|
||||
#script-on
|
||||
#document
|
||||
| <html>
|
||||
| <head>
|
||||
| <body>
|
||||
| "1"
|
||||
| <script>
|
||||
| "document.write("<script>document.write('2')</scr"+ "ipt><script>document.write('3')</scr" + "ipt>")"
|
||||
| <script>
|
||||
| "document.write('2')"
|
||||
| "2"
|
||||
| <script>
|
||||
| "document.write('3')"
|
||||
| "34"
|
Loading…
Add table
Add a link
Reference in a new issue