1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/parser/htmlparser/tests/mochitest/html5lib_tree_construction/pending-spec-changes.dat Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,46 @@ 1.4 +#data 1.5 +<input type="hidden"><frameset> 1.6 +#errors 1.7 +(1,21): expected-doctype-but-got-start-tag 1.8 +(1,31): unexpected-start-tag 1.9 +(1,31): eof-in-frameset 1.10 +#document 1.11 +| <html> 1.12 +| <head> 1.13 +| <frameset> 1.14 + 1.15 +#data 1.16 +<!DOCTYPE html><table><caption><svg>foo</table>bar 1.17 +#errors 1.18 +(1,47): unexpected-end-tag 1.19 +(1,47): end-table-tag-in-caption 1.20 +#document 1.21 +| <!DOCTYPE html> 1.22 +| <html> 1.23 +| <head> 1.24 +| <body> 1.25 +| <table> 1.26 +| <caption> 1.27 +| <svg svg> 1.28 +| "foo" 1.29 +| "bar" 1.30 + 1.31 +#data 1.32 +<table><tr><td><svg><desc><td></desc><circle> 1.33 +#errors 1.34 +(1,7): expected-doctype-but-got-start-tag 1.35 +(1,30): unexpected-cell-end-tag 1.36 +(1,37): unexpected-end-tag 1.37 +(1,45): expected-closing-tag-but-got-eof 1.38 +#document 1.39 +| <html> 1.40 +| <head> 1.41 +| <body> 1.42 +| <table> 1.43 +| <tbody> 1.44 +| <tr> 1.45 +| <td> 1.46 +| <svg svg> 1.47 +| <svg desc> 1.48 +| <td> 1.49 +| <circle>