diff --git a/test/audioTest.html b/test/audioTest.html index 9c4663b..de92eab 100644 --- a/test/audioTest.html +++ b/test/audioTest.html @@ -25,7 +25,7 @@
  • the hashes should vary between the sets
  • the "empty" hash should be 95476ffd46d1cd34fe8de83585c325df2b06019c852a5f6445200f57bc954a1b
  • hitting the refresh button should not change the values
  • -
  • reloading the page should change the values (depending on CanvasBlocker settings)
  • +
  • reloading the page should change the values (depending on CanvasBlocker settings - e.g. not in the stealth preset)
  • Tests

    diff --git a/test/cspTest.php b/test/cspTest.php index f7f84f6..4e25b4d 100644 --- a/test/cspTest.php +++ b/test/cspTest.php @@ -16,7 +16,7 @@ header("Content-Security-Policy: default-src 'none'; img-src 'self'; script-src

    Expected result

    Tests

    diff --git a/test/domRectTest.html b/test/domRectTest.html index 640b63c..c1c09d6 100644 --- a/test/domRectTest.html +++ b/test/domRectTest.html @@ -48,7 +48,7 @@

    Tests

    diff --git a/test/settingsLoading.php b/test/settingsLoading.php index e473aba..70cd9b7 100644 --- a/test/settingsLoading.php +++ b/test/settingsLoading.php @@ -40,7 +40,7 @@

    Expected result

    Test

    diff --git a/test/test.html b/test/test.html index 49cb2d8..cb26b0d 100644 --- a/test/test.html +++ b/test/test.html @@ -15,7 +15,7 @@
  • the hash before and after the "/" do not have to match
  • "isPointInPath" may vary between tests
  • if "refresh" is clicked the hash must not change (but "isPointInPath" may)
  • -
  • upon page reload the hash changes
  • +
  • upon page reload the hash changes (depending on CanvasBlocker settings - e.g. not in the stealth preset)
  • Tests

    diff --git a/test/webGL-Test.html b/test/webGL-Test.html index 9882632..8eb131e 100644 --- a/test/webGL-Test.html +++ b/test/webGL-Test.html @@ -11,8 +11,8 @@

    Expected result

    Support