From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- dom/xml/test/old/xlink/auto.xml | 16 ++++++++++++++++ dom/xml/test/old/xlink/link.css | 22 ++++++++++++++++++++++ dom/xml/test/old/xlink/manual.xml | 14 ++++++++++++++ 3 files changed, 52 insertions(+) create mode 100644 dom/xml/test/old/xlink/auto.xml create mode 100644 dom/xml/test/old/xlink/link.css create mode 100644 dom/xml/test/old/xlink/manual.xml (limited to 'dom/xml/test/old/xlink') diff --git a/dom/xml/test/old/xlink/auto.xml b/dom/xml/test/old/xlink/auto.xml new file mode 100644 index 0000000000..91eb15ff43 --- /dev/null +++ b/dom/xml/test/old/xlink/auto.xml @@ -0,0 +1,16 @@ + + + +

Testing simple XLinks that must fire immediately on load.

+ +Must not open automatically, illegal + +Must open automatically in new window (www.mozilla.org) + +Must open automatically in new window (www.mozillazine.org) + +Must load automatically in same window - "Refresh" (At a glance) + +Must not load automatically, one refresh link fired already (www.netscape.com) +
+ diff --git a/dom/xml/test/old/xlink/link.css b/dom/xml/test/old/xlink/link.css new file mode 100644 index 0000000000..19dc52198d --- /dev/null +++ b/dom/xml/test/old/xlink/link.css @@ -0,0 +1,22 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@namespace xlink url(http://www.w3.org/1999/xlink); + +root { + display: block; + padding: +5px; +} + +p { + display: block; +} + +mylink { + display: block; + cursor: pointer; + color: blue; + text-decoration: underline; +} + diff --git a/dom/xml/test/old/xlink/manual.xml b/dom/xml/test/old/xlink/manual.xml new file mode 100644 index 0000000000..fd7d49fc17 --- /dev/null +++ b/dom/xml/test/old/xlink/manual.xml @@ -0,0 +1,14 @@ + + + +

Testing manual simple XLinks.

+ +Must not open, illegal + +Must open in new window (www.mozilla.org) + +Must open in same window (www.mozillazine.org) + +Foo +
+ -- cgit v1.2.3