comparison: layout/reftests/bidi/489517-1-ref.html
layout/reftests/bidi/489517-1-ref.html
- branch
- TOR_BUG_9701
- changeset 11
- deefc01c0e14
equal
deleted
inserted
replaced
|
1 <!DOCTYPE html> |
|
2 <html> |
|
3 <head> |
|
4 <style type="text/css"> |
|
5 .flipped { direction: rtl; unicode-bidi: bidi-override; } |
|
6 </style> |
|
7 </head> |
|
8 |
|
9 <body><div class="flipped">AB</div> |
|
10 </body> |
|
11 </html> |