From 924ffc6eaec8491e0e768c784d54a70cbbfdb2cb Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Thu, 8 Sep 2022 17:11:29 +0200 Subject: [PATCH] [test] test case for ajax taken from w3schools --- test/ecmascript/ajax.html | 23 +++++++++++++++++++++++ test/ecmascript/ajax_info.txt | 4 ++++ 2 files changed, 27 insertions(+) create mode 100644 test/ecmascript/ajax.html create mode 100644 test/ecmascript/ajax_info.txt diff --git a/test/ecmascript/ajax.html b/test/ecmascript/ajax.html new file mode 100644 index 00000000..68e475d3 --- /dev/null +++ b/test/ecmascript/ajax.html @@ -0,0 +1,23 @@ + + + + +
+

The XMLHttpRequest Object

+ +
+ + + + + diff --git a/test/ecmascript/ajax_info.txt b/test/ecmascript/ajax_info.txt new file mode 100644 index 00000000..e5c5346f --- /dev/null +++ b/test/ecmascript/ajax_info.txt @@ -0,0 +1,4 @@ +

AJAX

+

AJAX is not a programming language.

+

AJAX is a technique for accessing web servers from a web page.

+

AJAX stands for Asynchronous JavaScript And XML.