mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
cfdd26f37c
24 lines
480 B
Plaintext
24 lines
480 B
Plaintext
# 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
|
|||
|