-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
110 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
src/test/resources/org/htmlunit/cyberneko/testfiles/a/test-a-content-div-content.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<body><a>target<div>content |
12 changes: 12 additions & 0 deletions
12
...st/resources/org/htmlunit/cyberneko/testfiles/a/test-a-content-div-content.html.canonical
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
(HTML | ||
(head | ||
)head | ||
(body | ||
(a | ||
"target | ||
(div | ||
"content | ||
)div | ||
)a | ||
)body | ||
)HTML |
1 change: 1 addition & 0 deletions
1
src/test/resources/org/htmlunit/cyberneko/testfiles/a/test-a-content-div.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<body><a>target<div> |
11 changes: 11 additions & 0 deletions
11
src/test/resources/org/htmlunit/cyberneko/testfiles/a/test-a-content-div.html.canonical
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
(HTML | ||
(head | ||
)head | ||
(body | ||
(a | ||
"target | ||
(div | ||
)div | ||
)a | ||
)body | ||
)HTML |
1 change: 1 addition & 0 deletions
1
src/test/resources/org/htmlunit/cyberneko/testfiles/a/test-a-div-content.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<body><a><div>content |
11 changes: 11 additions & 0 deletions
11
src/test/resources/org/htmlunit/cyberneko/testfiles/a/test-a-div-content.html.canonical
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
(HTML | ||
(head | ||
)head | ||
(body | ||
(a | ||
(div | ||
"content | ||
)div | ||
)a | ||
)body | ||
)HTML |
1 change: 1 addition & 0 deletions
1
src/test/resources/org/htmlunit/cyberneko/testfiles/a/test-a-div.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<body><a><div> |
10 changes: 10 additions & 0 deletions
10
src/test/resources/org/htmlunit/cyberneko/testfiles/a/test-a-div.html.canonical
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
(HTML | ||
(head | ||
)head | ||
(body | ||
(a | ||
(div | ||
)div | ||
)a | ||
)body | ||
)HTML |
1 change: 1 addition & 0 deletions
1
src/test/resources/org/htmlunit/cyberneko/testfiles/a/test-a_closes_a_div_inbetween.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<a href=foo>hello <div>new</div><a name="foo">world</a></a> |
17 changes: 17 additions & 0 deletions
17
...resources/org/htmlunit/cyberneko/testfiles/a/test-a_closes_a_div_inbetween.html.canonical
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
(HTML | ||
(head | ||
)head | ||
(BODY | ||
(a | ||
Ahref foo | ||
"hello | ||
(div | ||
"new | ||
)div | ||
)a | ||
(a | ||
Aname foo | ||
"world | ||
)a | ||
)BODY | ||
)HTML |
1 change: 1 addition & 0 deletions
1
src/test/resources/org/htmlunit/cyberneko/testfiles/a/test-a_closes_a_tag_inbetween.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<a href=foo>hello <span>new</span><a name="foo">world</a></a> |
17 changes: 17 additions & 0 deletions
17
...resources/org/htmlunit/cyberneko/testfiles/a/test-a_closes_a_tag_inbetween.html.canonical
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
(HTML | ||
(head | ||
)head | ||
(BODY | ||
(a | ||
Ahref foo | ||
"hello | ||
(span | ||
"new | ||
)span | ||
)a | ||
(a | ||
Aname foo | ||
"world | ||
)a | ||
)BODY | ||
)HTML |
1 change: 1 addition & 0 deletions
1
src/test/resources/org/htmlunit/cyberneko/testfiles/body/test-body-after-div.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<html><div>x</div><body><div>y</div></html> |
12 changes: 12 additions & 0 deletions
12
src/test/resources/org/htmlunit/cyberneko/testfiles/body/test-body-after-div.html.canonical
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
(html | ||
(head | ||
)head | ||
(BODY | ||
(div | ||
"x | ||
)div | ||
(div | ||
"y | ||
)div | ||
)BODY | ||
)html |
1 change: 1 addition & 0 deletions
1
src/test/resources/org/htmlunit/cyberneko/testfiles/body/test-body-after-empty-div.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
<html><div id='1'></div><body><div id='2'></div></html> |
12 changes: 12 additions & 0 deletions
12
.../resources/org/htmlunit/cyberneko/testfiles/body/test-body-after-empty-div.html.canonical
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
(html | ||
(head | ||
)head | ||
(BODY | ||
(div | ||
Aid 1 | ||
)div | ||
(div | ||
Aid 2 | ||
)div | ||
)BODY | ||
)html |