mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge pull request #2823 from creative-commoners/pulls/5/broken-builds
MNT Broken builds
This commit is contained in:
commit
2b0374e692
@ -2106,8 +2106,8 @@ class SiteTreeTest extends SapphireTest
|
||||
'Multiple attributes are removed'
|
||||
],
|
||||
[
|
||||
'<link rel="canonical" href="valid" ;;// somethingdodgy < onmouseover=alert(1)',
|
||||
'<link rel="canonical" href="valid" somethingdodgy="">',
|
||||
'<link rel="canonical" href="valid" ;;// somethingdodgy <onmouseover=alert(1)>',
|
||||
'<link rel="canonical" href="valid" somethingdodgy=""><onmouseover></onmouseover>',
|
||||
'Invalid HTML is converted to valid HTML and parsed'
|
||||
],
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user