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

Side by Side Diff: LayoutTests/fast/css/tab-size-complex-path-expected.html

Issue 1242213002: Add tab characters support in complex path (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fast/text/drawBidiText.html NeedsRebaseline Created 5 years, 4 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 <html> 1 <html>
2 <head> 2 <head>
3 <style> 3 <style>
4 pre { margin: 0.1em; } 4 pre { margin: 0.1em; }
5 </style> 5 </style>
6 </head> 6 </head>
7 <body> 7 <body>
8 <b>Default tab size (8).</b> 8 <b>Default tab size (8).</b>
9 <div> 9 <div>
10 <pre> x</pre> 10 <pre> x</pre>
(...skipping 22 matching lines...) Expand all
33 <div> 33 <div>
34 <pre> x</pre> 34 <pre> x</pre>
35 <pre> x</pre> 35 <pre> x</pre>
36 <pre> x x</pre> 36 <pre> x x</pre>
37 <pre>xx xx x</pre> 37 <pre>xx xx x</pre>
38 <pre>xxxxxxxxx xx x</pre> 38 <pre>xxxxxxxxx xx x</pre>
39 </div> 39 </div>
40 40
41 </body> 41 </body>
42 </html> 42 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/tab-size-complex-path.html ('k') | Source/platform/fonts/shaping/CachingWordShapeIterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698