Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct tests recently modified or introduced #165

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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