| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>CSS Test Reference</title> | |
| <link rel="author" title="Masataka Yakura" href="http://google.com/+MasatakaYakura"> | |
| <style> | |
| .test { | |
| font-size: 5em; | |
| line-height: 1; | |
| direction: rtl; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <p>Test passes if the following texts are identical:</p> | |
| <div class="test"> | |
| <p>2014</p> | |
| <p>2014</p> | |
| </div> | |
| </body> | |
| </html> |