diff options
Diffstat (limited to 'dom/xml/test/old/load/display.css')
-rw-r--r-- | dom/xml/test/old/load/display.css | 298 |
1 files changed, 298 insertions, 0 deletions
diff --git a/dom/xml/test/old/load/display.css b/dom/xml/test/old/load/display.css new file mode 100644 index 000000000..c5470194b --- /dev/null +++ b/dom/xml/test/old/load/display.css @@ -0,0 +1,298 @@ +/** + * A CSS test file for display.xml + * + * This file is intentionally long to make parsing + * it last a little longer. + */ + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +doc { + display: block; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +foo { + display: block; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +d { + display: block; + color: red; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f1 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f2 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f3 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f4 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f5 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f6 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f7 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f8 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f9 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f10 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f11 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f12 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f13 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f14 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f15 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f21 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f22 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f23 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f24 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f25 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f26 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f27 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f28 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f29 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f210 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f211 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f212 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f213 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f214 { + display: block; + color: red; + text-decoration: underline; +} + +/*********************************************** + * S O M E C O M M E N T S * + **********************************************/ +f215 { + display: block; + color: red; + text-decoration: underline; +} |