diff options
Diffstat (limited to 'toolkit/content/tests/chrome/rtlchrome/rtl.css')
-rw-r--r-- | toolkit/content/tests/chrome/rtlchrome/rtl.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/content/tests/chrome/rtlchrome/rtl.css b/toolkit/content/tests/chrome/rtlchrome/rtl.css new file mode 100644 index 0000000000..0fea010019 --- /dev/null +++ b/toolkit/content/tests/chrome/rtlchrome/rtl.css @@ -0,0 +1,2 @@ +/* Imitate RTL UI */
+window { direction: rtl; }
|