From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- layout/reftests/reftest-sanity/urlprefixtests.list | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 layout/reftests/reftest-sanity/urlprefixtests.list (limited to 'layout/reftests/reftest-sanity/urlprefixtests.list') diff --git a/layout/reftests/reftest-sanity/urlprefixtests.list b/layout/reftests/reftest-sanity/urlprefixtests.list new file mode 100644 index 0000000000..0d55fc33e2 --- /dev/null +++ b/layout/reftests/reftest-sanity/urlprefixtests.list @@ -0,0 +1,23 @@ +# test url-prefix + +# test that url-prefix is not be applied to absolute uris. +url-prefix absolute + +== data:text/html, 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 + -- cgit v1.2.3