Update test site

This commit is contained in:
Kevin Röbert 2020-02-05 20:24:18 +01:00
parent be3909f5c0
commit 6012329278
3 changed files with 9 additions and 2 deletions

View File

@ -76,7 +76,7 @@ function checkBlock() {
segment.append('<i class="large smile outline icon"></i>'); segment.append('<i class="large smile outline icon"></i>');
segment.append('<div class="content"><p>The block function of ClearURLs works correctly.</p></div>'); 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() { function checkIssue253() {

View File

@ -1 +0,0 @@
This site should be blocked by ClearURLs

View 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