diff options
Diffstat (limited to 'toolkit/content/tests/chrome/rtlchrome')
-rw-r--r-- | toolkit/content/tests/chrome/rtlchrome/rtl.css | 2 | ||||
-rw-r--r-- | toolkit/content/tests/chrome/rtlchrome/rtl.dtd | 1 | ||||
-rw-r--r-- | toolkit/content/tests/chrome/rtlchrome/rtl.manifest | 5 |
3 files changed, 0 insertions, 8 deletions
diff --git a/toolkit/content/tests/chrome/rtlchrome/rtl.css b/toolkit/content/tests/chrome/rtlchrome/rtl.css deleted file mode 100644 index 0fea01001..000000000 --- a/toolkit/content/tests/chrome/rtlchrome/rtl.css +++ /dev/null @@ -1,2 +0,0 @@ -/* Imitate RTL UI */
-window { direction: rtl; }
diff --git a/toolkit/content/tests/chrome/rtlchrome/rtl.dtd b/toolkit/content/tests/chrome/rtlchrome/rtl.dtd deleted file mode 100644 index 8b32de674..000000000 --- a/toolkit/content/tests/chrome/rtlchrome/rtl.dtd +++ /dev/null @@ -1 +0,0 @@ -<!ENTITY locale.dir "rtl"> diff --git a/toolkit/content/tests/chrome/rtlchrome/rtl.manifest b/toolkit/content/tests/chrome/rtlchrome/rtl.manifest deleted file mode 100644 index a4cc6929b..000000000 --- a/toolkit/content/tests/chrome/rtlchrome/rtl.manifest +++ /dev/null @@ -1,5 +0,0 @@ -content rtlchrome /
-
-# Override intl.css with our own CSS file
-override chrome://global/locale/intl.css chrome://rtlchrome/rtl.css
-override chrome://global/locale/global.dtd chrome://rtlchrome/rtl.dtd
|