1
0
Fork 0
firefox/layout/reftests/xul-document-load
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00
..
readme.txt Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
reference-green-window.xhtml Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
reftest.list Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
test003.css Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
test003.xhtml Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
test004.css Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
test004.xhtml Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
test005.css Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
test005.js Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
test005.xhtml Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
test006-007.js Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
test006.css Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
test006.xhtml Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
test008.xhtml Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
test010.css Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
test010.xhtml Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
test012-1.css Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
test012-2.css Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
test012.xhtml Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
test013-1-import.css Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
test013-1.css Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
test013-2.css Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
test013.xhtml Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
test022.xhtml Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00

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