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 --- dom/prototype/tests/chrome/chrome.ini | 7 +++ dom/prototype/tests/chrome/form.xhtml | 8 +++ dom/prototype/tests/chrome/no_whitespace.xhtml | 3 + .../tests/chrome/test_prototype_document.xhtml | 73 ++++++++++++++++++++++ dom/prototype/tests/chrome/whitespace.xhtml | 8 +++ 5 files changed, 99 insertions(+) create mode 100644 dom/prototype/tests/chrome/chrome.ini create mode 100644 dom/prototype/tests/chrome/form.xhtml create mode 100644 dom/prototype/tests/chrome/no_whitespace.xhtml create mode 100644 dom/prototype/tests/chrome/test_prototype_document.xhtml create mode 100644 dom/prototype/tests/chrome/whitespace.xhtml (limited to 'dom/prototype/tests') diff --git a/dom/prototype/tests/chrome/chrome.ini b/dom/prototype/tests/chrome/chrome.ini new file mode 100644 index 0000000000..8de4e4bfb5 --- /dev/null +++ b/dom/prototype/tests/chrome/chrome.ini @@ -0,0 +1,7 @@ +[DEFAULT] +support-files = + whitespace.xhtml + no_whitespace.xhtml + form.xhtml + +[test_prototype_document.xhtml] diff --git a/dom/prototype/tests/chrome/form.xhtml b/dom/prototype/tests/chrome/form.xhtml new file mode 100644 index 0000000000..0659215e6e --- /dev/null +++ b/dom/prototype/tests/chrome/form.xhtml @@ -0,0 +1,8 @@ + + + + + + + diff --git a/dom/prototype/tests/chrome/no_whitespace.xhtml b/dom/prototype/tests/chrome/no_whitespace.xhtml new file mode 100644 index 0000000000..78a8c34cff --- /dev/null +++ b/dom/prototype/tests/chrome/no_whitespace.xhtml @@ -0,0 +1,3 @@ + + +Hello

there!

diff --git a/dom/prototype/tests/chrome/test_prototype_document.xhtml b/dom/prototype/tests/chrome/test_prototype_document.xhtml new file mode 100644 index 0000000000..47dff2d565 --- /dev/null +++ b/dom/prototype/tests/chrome/test_prototype_document.xhtml @@ -0,0 +1,73 @@ + + + + + + + + +

+ +
+
+ + + + +
diff --git a/dom/prototype/tests/chrome/whitespace.xhtml b/dom/prototype/tests/chrome/whitespace.xhtml new file mode 100644 index 0000000000..0f121973c7 --- /dev/null +++ b/dom/prototype/tests/chrome/whitespace.xhtml @@ -0,0 +1,8 @@ + + + + + Hello +

there!

+ + -- cgit v1.2.3