From ab3ba4a81252c4357a7aab5f24d765d41d47986e Mon Sep 17 00:00:00 2001 From: jaubourg Date: Thu, 9 Dec 2010 13:34:28 -0500 Subject: Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195. --- test/data/atom+xml.php | 4 ++++ test/data/css.php | 15 +++++++++++++++ test/data/headers.php | 5 +++++ test/data/with_fries_over_jsonp.php | 7 +++++++ 4 files changed, 31 insertions(+) create mode 100644 test/data/atom+xml.php create mode 100644 test/data/css.php create mode 100644 test/data/headers.php create mode 100644 test/data/with_fries_over_jsonp.php (limited to 'test/data') diff --git a/test/data/atom+xml.php b/test/data/atom+xml.php new file mode 100644 index 000000000..944591abf --- /dev/null +++ b/test/data/atom+xml.php @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/test/data/css.php b/test/data/css.php new file mode 100644 index 000000000..9d079e73f --- /dev/null +++ b/test/data/css.php @@ -0,0 +1,15 @@ + + div# { margin-left: 27px } + \ No newline at end of file diff --git a/test/data/headers.php b/test/data/headers.php new file mode 100644 index 000000000..598cadcde --- /dev/null +++ b/test/data/headers.php @@ -0,0 +1,5 @@ + -- cgit v1.2.3