Bug 1770888 - fix prettier lint failure on a CLOSED TREE

This commit is contained in:
Andreea Pavel 2022-09-20 11:56:52 +03:00
parent 5187eb262d
commit df0df2fce9

View File

@ -1019,7 +1019,8 @@ var vectors = [
// fragments that reference the same document are allowed.
data: "<svg><use href='#x'></svg>",
flags: 1, // ParserUtils.SanitizerAllowStyle
sanitized: '<html><head></head><body><svg><use href="#x"></use></svg></body></html>',
sanitized:
'<html><head></head><body><svg><use href="#x"></use></svg></body></html>',
},
{
data: '<svg><use xlink:href="http://example/#baz"/></svg>',