Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-underline-position/text-underline-position-under-vertical.html

Issue 2697213002: Do not guess UTF8 encoding (Closed)
Patch Set: webkit layout htmls Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <meta charset="utf-8"/>
2 <style> 3 <style>
3 p{ 4 p{
4 text-decoration: underline; 5 text-decoration: underline;
5 text-underline-position: under; 6 text-underline-position: under;
6 float:left; 7 float:left;
7 margin:10px; 8 margin:10px;
8 background-color: #ddd; 9 background-color: #ddd;
9 line-height:3.0; 10 line-height:3.0;
10 } 11 }
11 .rl{ 12 .rl{
12 writing-mode:vertical-rl; 13 writing-mode:vertical-rl;
13 } 14 }
14 .lr{ 15 .lr{
15 writing-mode:vertical-lr; 16 writing-mode:vertical-lr;
16 } 17 }
17 </style> 18 </style>
18 <body> 19 <body>
19 <p class="rl">「向見論治道書,<span>其間欲仿井田之意</span>,而科條州郡財賦之類<br/> 20 <p class="rl">「向見論治道書,<span>其間欲仿井田之意</span>,而科條州郡財賦之類<br/>
20 ,此固為治之具。然施之當有次第。今日先務,恐當啟迪主心</p> 21 ,此固為治之具。然施之當有次第。今日先務,恐當啟迪主心</p>
21 22
22 <p class="lr">「向見論治道書,<span>其間欲仿井田之意</span>,而科條州郡財賦之類<br/> 23 <p class="lr">「向見論治道書,<span>其間欲仿井田之意</span>,而科條州郡財賦之類<br/>
23 ,此固為治之具。然施之當有次第。今日先務,恐當啟迪主心</p> 24 ,此固為治之具。然施之當有次第。今日先務,恐當啟迪主心</p>
24 25
25 </body> 26 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698