mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 1770888 - fix prettier lint failure on a CLOSED TREE
This commit is contained in:
parent
5187eb262d
commit
df0df2fce9
@ -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>',
|
||||
|
Loading…
Reference in New Issue
Block a user