Commit f3f9297
Make TreeTester ignore tests for keygen element
This change makes TreeTester ignore any tests which have the keygen
element in their expected results.
Otherwise, without this change, we fail the tokenizer test at
https://github.com/html5lib/html5lib-tests/blob/master/tree-construction/tests7.dat#L409
due to the fact with 8f9f6bc
we completely removed keygen parsing support from our code. (However,
the keygen parsing requirements are still in the HTML spec, so the test
case cannot be removed from html5lib-tests.)1 parent f23387a commit f3f9297
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
216 | 219 | | |
217 | 220 | | |
218 | 221 | | |
| |||
0 commit comments