urlprefixtests.list (480B)
1 # test url-prefix 2 3 # test that url-prefix is not be applied to absolute uris. 4 url-prefix absolute 5 6 == data:text/html,<body> about:blank 7 == data:text/plain, about:blank 8 != data:text/plain,HELLO about:blank 9 10 # test that url-prefix is applied to test items. 11 url-prefix prefix- 12 13 script suffix.html 14 15 # test if url-prefix containing / works. 16 url-prefix prefix/ 17 18 script suffix.html 19 20 # test that url-prefix should not be applied to include commands. 21 22 include urlprefixtests-include.list 23