no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / writing-mode / ua-style-sheet-margin-3.html
blob433e0dbcb52773d310992bda148c6eb00ee8538a
1 <!DOCTYPE html>
2 <meta charset=utf-8>
3 <title>Test for logical margins on blockquote elements in the UA style sheet</title>
4 <style>
5 .v-rl { writing-mode: vertical-rl; }
6 .ltr, .rtl, .v-rl { border: 1px solid blue; }
7 </style>
8 <div class=ltr>
9 <blockquote>Block quote</blockquote>
10 </div>
11 <div class=rtl dir=rtl>
12 <blockquote>Block quote</blockquote>
13 </div>
14 <div class=v-rl>
15 <blockquote>Block quote</blockquote>
16 </div>