summaryrefslogtreecommitdiffstats
path: root/layout/reftests/xul-document-load/readme.txt
blob: 02b6138c8b1f2efb1a1801a858dab3a24e32563a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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