Skip to content

Commit

Permalink
Correct errors in tests recently introduced
Browse files Browse the repository at this point in the history
And revert a template test change from 1314b09.
  • Loading branch information
flavorjones committed Apr 11, 2023
1 parent ad8f5f6 commit 251b2ef
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tree-construction/template.dat
Original file line number Diff line number Diff line change
Expand Up @@ -1560,6 +1560,9 @@ no doctype
#data
<html><head></head><template></template><head>
#errors
no doctype
template-after-head
head-after-head
#document
| <html>
| <head>
Expand Down Expand Up @@ -1610,6 +1613,8 @@ eof table
#data
<template><form><input name="q"></form><div>second</div></template>
#errors
#document-fragment
template
#document
| <template>
| content
Expand Down
2 changes: 2 additions & 0 deletions tree-construction/webkit01.dat
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ console.log("FOO<span>BAR</span>BAZ");
<html><body></body>
<!-- Hi there --></html>
#errors
no-doctype
#document
| <html>
| <head>
Expand All @@ -375,6 +376,7 @@ console.log("FOO<span>BAR</span>BAZ");
<html><body></body></html>
<!-- Hi there -->
#errors
no-doctype
#document
| <html>
| <head>
Expand Down
9 changes: 9 additions & 0 deletions tree-construction/webkit02.dat
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@
#data
<b><em><dcell><postfield><postfield><postfield><postfield><missing_glyph><missing_glyph><missing_glyph><missing_glyph><hkern><aside></b></em>
#errors
unexpected-b-end-tag
unexpected-em-end-tag
eof-in-aside
#document-fragment
div
#document
Expand Down Expand Up @@ -359,6 +362,8 @@ select
#data
<svg xml:base xml:lang xml:space xml:baaah definitionurl>
#errors
no-doctype
eof-in-svg
#document
| <html>
| <head>
Expand All @@ -373,6 +378,8 @@ select
#data
<math definitionurl xlink:title xlink:show>
#errors
no-doctype
eof-in-math
#document
| <html>
| <head>
Expand All @@ -385,6 +392,8 @@ select
#data
<math DEFINITIONURL>
#errors
no-doctype
eof-in-math
#document
| <html>
| <head>
Expand Down

0 comments on commit 251b2ef

Please sign in to comment.