TF-3253 Write unit test for section tag html

This commit is contained in:
dab246
2024-11-07 09:26:43 +07:00
committed by Dat H. Pham
parent bda9a1c91c
commit d3aaf47e2c
@@ -89,7 +89,7 @@ void main() {
];
const listHTMLTags = [
'div', 'span', 'p', 'a', 'u', 'i', 'table'
'div', 'span', 'p', 'a', 'u', 'i', 'table', 'section'
];
for (var tag in listHTMLTags) {