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

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
correct tests recently modified or introduced
and revert a template test change from 1314b09
  • Loading branch information
flavorjones committed Apr 11, 2023
commit f28ed3728a8ccb811e96cb978a38bc022c65efe0
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