summaryrefslogtreecommitdiffstats
path: root/layout/reftests/xul-document-load/readme.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 19:33:14 +0000
commit36d22d82aa202bb199967e9512281e9a53db42c9 (patch)
tree105e8c98ddea1c1e4784a60a5a6410fa416be2de /layout/reftests/xul-document-load/readme.txt
parentInitial commit. (diff)
downloadfirefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz
firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--layout/reftests/xul-document-load/readme.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/layout/reftests/xul-document-load/readme.txt b/layout/reftests/xul-document-load/readme.txt
new file mode 100644
index 0000000000..02b6138c8b
--- /dev/null
+++ b/layout/reftests/xul-document-load/readme.txt
@@ -0,0 +1,27 @@
+This directory contains various XUL document (mozilla/dom/xul/document) testcases for reftest.
+
+test003: Checks that dynamically removing the stylesheet PI from an inline
+ script has expected effect.
+
+test004: Same as test003, but removing the stylesheet PI happens from a "load"
+ event handler.
+
+test005: Same as test003, but removing the stylesheet PI happens from a top-level
+ script in an external JS file.
+
+test006: Simple <?xml-stylesheet ?> instruction in the prolog has an effect and exists
+ in the DOM.
+
+test008: Handle stylesheet PIs pointing to nonexistent resources gracefully.
+
+test010: PIs in the master document, outside the prolog, don't have any effect but get
+ added to the DOM.
+
+test012: Tests that sheets references from <?xml-stylesheet ?> PIs are added to the
+ document in the same order as the PIs themselves are in - the simple case.
+
+test013: Tests the same thing as #012, but for the case when the first sheet contains
+ an @import statement, which makes it -finish- loading earlier than the
+ second sheet.
+
+test022: (bug 369828) <html:style> works in XUL documents