Skip to content

Commit

Permalink
Upstream WebKit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk authored and Ms2ger committed Mar 31, 2023
1 parent 95417e6 commit 4f45c02
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tree-construction/template.dat
Original file line number Diff line number Diff line change
Expand Up @@ -1572,6 +1572,26 @@ no doctype
| "Foo"
| <body>

#data
<html><head></head><template></template><head>
#errors
#document
| <html>
| <head>
| <template>
| content
| <body>

#data
<body></body><template>
#errors
#document
| <html>
| <head>
| <body>
| <template>
| content

#data
<!DOCTYPE HTML><dummy><table><template><table><template><table><script>
#errors
Expand Down
24 changes: 24 additions & 0 deletions tree-construction/webkit01.dat
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,30 @@ console.log("FOO<span>BAR</span>BAZ");
| <!-- Hi there -->
| <!-- Again -->

#data
<html><body></body>
<!-- Hi there --></html>
#errors
#document
| <html>
| <head>
| <body>
| "
"
| <!-- Hi there -->

#data
<html><body></body></html>
<!-- Hi there -->
#errors
#document
| <html>
| <head>
| <body>
| "
"
| <!-- Hi there -->

#data
<html><body><ruby><div><rp>xx</rp></div></ruby></body></html>
#errors
Expand Down
21 changes: 21 additions & 0 deletions tree-construction/webkit02.dat
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,27 @@
| <input>
| <table>

#data
<b><em><dcell><postfield><postfield><postfield><postfield><missing_glyph><missing_glyph><missing_glyph><missing_glyph><hkern><aside></b></em>
#errors
#document-fragment
div
#document
| <b>
| <em>
| <dcell>
| <postfield>
| <postfield>
| <postfield>
| <postfield>
| <missing_glyph>
| <missing_glyph>
| <missing_glyph>
| <missing_glyph>
| <hkern>
| <aside>
| <b>

#data
<b><em><foo><foo><aside></b>
#errors
Expand Down

0 comments on commit 4f45c02

Please sign in to comment.