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

Side by Side Diff: LayoutTests/fast/text/international/complex-text-with-default-font-spaces.html

Issue 622653002: Force ComplexPath if any part of the node requires it (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 6 years, 2 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 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <style> 5 <style>
6 div { 6 button {
7 font-family: Arial; 7 font-family: Arial;
8 display: inline-block; 8 font-size: 12px;
9 } 9 }
10 </style> 10 </style>
11 </head> 11 </head>
12 <body> 12 <body>
13 <div>A مايو</div> 13 <button>सभी को डिफ़ॉल्ट पर रीसेट करें</button>
14 <p> 14 <p>
15 The line above should not wrap. 15 The button above should not wrap.
16 </p> 16 </p>
17 </body> 17 </body>
18 </html> 18 </html>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text/international/complex-text-with-default-font-spaces-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698