Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / rtl-overview-mode.html
blob4e97708a97d2683a61e3e574f7af119be0c0a8db
1 <!DOCTYPE html>
2 <HTML dir="rtl">
3 <meta name="viewport" content="width=980">
4 <HEAD>
5 <STYLE>
6 body {
7 width: 1000px;
8 padding-right: 70px;
9 padding-left: 70px;
10 border: 5px solid red; /* To show just layout. This property doesn't affect to occur the issue */
12 </STYLE>
13 </HEAD>
14 <BODY>
15 HelloWorld!! HelloWorld!! HelloWorld!! HelloWorld!! HelloWorld!! HelloWorld!! HelloWorld!! HelloWorld!! HelloWorld!! HelloWorld!! HelloWorld!! HelloWorld!! HelloWorld!! HelloWorld!! HelloWorld!!
16 </BODY>
17 </HTML>