blob: c743cf5ec47320e31dec8add49fdeb779f0592c1 [file] [log] [blame]
CONSOLE MESSAGE: line 25: Content blocker prevented frame displaying http://127.0.0.1:8000/contentextensions/character-set-basic-support.html from loading a resource from http://127.0.0.1:8000/resources/square100.png?BaSiC-TeSt-cAsE
CONSOLE MESSAGE: line 25: Content blocker prevented frame displaying http://127.0.0.1:8000/contentextensions/character-set-basic-support.html from loading a resource from http://127.0.0.1:8000/resources/square100.png?any-scheme-matcher
CONSOLE MESSAGE: line 25: Content blocker prevented frame displaying http://127.0.0.1:8000/contentextensions/character-set-basic-support.html from loading a resource from http://127.0.0.1:8000/resources/square100.png?casesensitive
CONSOLE MESSAGE: line 25: Content blocker prevented frame displaying http://127.0.0.1:8000/contentextensions/character-set-basic-support.html from loading a resource from http://127.0.0.1:8000/resources/square100.png?caseSeNsitive
Test basic cases of filter using a character set (e.g. [a-z]).
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
URL: http://127.0.0.1:8000/resources/square100.png is not blocked.
PASS isBlocked is false
URL: http://127.0.0.1:8000/resources/square100.png?casesEnsitive is not blocked.
PASS isBlocked is false
URL: http://127.0.0.1:8000/resources/square100.png?casesenSitive is not blocked.
PASS isBlocked is false
URL: http://127.0.0.1:8000/resources/square100.png?BaSiC-TeSt-cAsE is blocked.
PASS isBlocked is true
URL: http://127.0.0.1:8000/resources/square100.png?any-scheme-matcher is blocked.
PASS isBlocked is true
URL: http://127.0.0.1:8000/resources/square100.png?casesensitive is blocked.
PASS isBlocked is true
URL: http://127.0.0.1:8000/resources/square100.png?caseSeNsitive is blocked.
PASS isBlocked is true
PASS successfullyParsed is true
TEST COMPLETE