UnstableChanges

Summary

  1. test: Add crashing test case (details)
  2. gitignore: Ignore gperf output (details)
  3. Add treebuilder test to INDEX (details)
  4. Treebuilder/IN_ROW: do not pop HTML from the stack (details)
Commit 5b2b939c8845050371cf60b61063d0e615f71bf3 by dsilvers
test: Add crashing test case
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
The file was addedtest/data/html/crash-current_node.html (diff)
Commit 9177ab77e2b38ed8571b83a3e56448d497625a12 by dsilvers
gitignore: Ignore gperf output
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
The file was modified.gitignore (diff)
Commit 0ce911fa169eb585cd39b144c8cbc56eb1fd5a97 by John-Mark Bell
Add treebuilder test to INDEX
The file was modifiedtest/data/html/INDEX (diff)
Commit 2158014d58689fba3fcb22653563072354b2f7de by John-Mark Bell
Treebuilder/IN_ROW: do not pop HTML from the stack
When closing a table row, ensure that, if there was no TR on the element
stack (and thus all elements up to the root HTML element are popped by
table_clear_stack()), we do not then attempt to pop the HTML element off
the stack as well.
The file was modifiedsrc/treebuilder/in_row.c (diff)