Update test site
This commit is contained in:
parent
be3909f5c0
commit
6012329278
|
@ -76,7 +76,7 @@ function checkBlock() {
|
|||
segment.append('<i class="large smile outline icon"></i>');
|
||||
segment.append('<div class="content"><p>The block function of ClearURLs works correctly.</p></div>');
|
||||
})
|
||||
.attr("src", 'https://kevinroebert.gitlab.io/ClearUrls/void/block.html');
|
||||
.attr("src", 'https://kevinroebert.gitlab.io/ClearUrls/void/block.svg');
|
||||
}
|
||||
|
||||
function checkIssue253() {
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
This site should be blocked by ClearURLs
|
8
GitLabPages/void/block.svg
Normal file
8
GitLabPages/void/block.svg
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg viewBox = "0 0 200 200" version = "1.1">
|
||||
<text x = "10" y = "25" fill = "navy" font-size = "15">
|
||||
This site should be blocked by ClearURLs
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 312 B |
Loading…
Reference in New Issue
Block a user