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