khronosschoty 17d73c84dc added Pale Moon 29.4.4 3 лет назад
..
subdir 17d73c84dc added Pale Moon 29.4.4 3 лет назад
readme.txt 17d73c84dc added Pale Moon 29.4.4 3 лет назад
reference-green-window.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
reftest.list 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test001-overlay.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test001.css 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test001.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test002-overlay-1.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test002-overlay-2.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test002.css 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test002.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test003.css 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test003.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test004.css 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test004.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test005.css 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test005.js 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test005.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test006-007.js 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test006.css 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test006.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test007-overlay.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test007.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test008.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test009.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test010-overlay.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test010.css 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test010.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test011.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test012-1.css 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test012-2.css 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test012.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test013-1-import.css 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test013-1.css 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test013-2.css 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test013.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test014.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test015.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test016-overlay.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test016.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test017-020.js 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test017-overlay-2.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test017-overlay.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test017.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test018-overlay-2.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test018-overlay.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test018.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test019-overlay.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test019.css 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test019.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test020-overlay.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test020.css 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test020.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test021-overlay.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test021.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад
test022.xul 17d73c84dc added Pale Moon 29.4.4 3 лет назад

readme.txt

This directory contains various XUL document (mozilla/dom/xul/document) testcases for reftest.

test001: Checks that stylesheets referenced from an overlay via an
xml-stylesheet PI are applied to the master document appropriately.

test002: Same as #1, but there's additional overlay between the master doc and
the overlay with the stylesheet.

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 instruction in the prolog has an effect and exists
in the DOM.

test007: Same as #006 for xul-overlay PI.

test008: Handle stylesheet PIs pointing to nonexistent resources gracefully.

test009: Same as #008 for xul-overlay PIs

test010: PIs in the master document, outside the prolog, don't have any effect but get
added to the DOM.

test011: (bug 363406) Relative URIs in overlay's PI are
resolved against overlay's URI, not the document URI.

test012: Tests that sheets references from 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.

test014: (bug 363406) Relative URIs in overlay's PI are resolved
against overlay's URI, not the document URI.

test015: Relative URIs in overlay's are resolved against overlay's
URI, not the document URI.

test016: Non-XUL elements work in overlays.

test017: (bug 359959) used as a direct child of
should be inserted into the DOM, but not cause the overlay to be
applied.

test018: used deep inside another overlay (i.e. as a child of
a 'hookup' node) should be inserted into the DOM, but not cause the
overlay to be applied.

test019: Same as #017 for

test020: Same as #018 for

test021: (bug 363419) Non-XUL elements directly underneath should
be merged correctly into the base document.

test022: (bug 369828) works in XUL documents