TF-3253 Write unit test for section tag html
This commit is contained in:
@@ -89,7 +89,7 @@ void main() {
|
|||||||
];
|
];
|
||||||
|
|
||||||
const listHTMLTags = [
|
const listHTMLTags = [
|
||||||
'div', 'span', 'p', 'a', 'u', 'i', 'table'
|
'div', 'span', 'p', 'a', 'u', 'i', 'table', 'section'
|
||||||
];
|
];
|
||||||
|
|
||||||
for (var tag in listHTMLTags) {
|
for (var tag in listHTMLTags) {
|
||||||
|
|||||||
Reference in New Issue
Block a user