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

Side by Side Diff: LayoutTests/fast/css/tab-size-complex-path.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 {
5 margin: 0.1em;
6 text-rendering:optimizeLegibility;
7 }
5 </style> 8 </style>
6 <script> 9 <script>
7 10
8 function setupBlock(description, style) 11 function setupBlock(description, style)
9 { 12 {
10 var descriptionBlock = document.createElement("b"); 13 var descriptionBlock = document.createElement("b");
11 descriptionBlock.innerHTML = description; 14 descriptionBlock.innerHTML = description;
12 document.body.appendChild(descriptionBlock); 15 document.body.appendChild(descriptionBlock);
13 16
14 var block = document.createElement("div"); 17 var block = document.createElement("div");
(...skipping 27 matching lines...) Expand all
42 <div id="template" style="display:none;"> 45 <div id="template" style="display:none;">
43 <pre>&Tab;x</pre> 46 <pre>&Tab;x</pre>
44 <pre>&Tab;&Tab;x</pre> 47 <pre>&Tab;&Tab;x</pre>
45 <pre>&Tab;x&Tab;x</pre> 48 <pre>&Tab;x&Tab;x</pre>
46 <pre>xx&Tab;xx&Tab;x</pre> 49 <pre>xx&Tab;xx&Tab;x</pre>
47 <pre>xxxxxxxxx&Tab;xx&Tab;x</pre> 50 <pre>xxxxxxxxx&Tab;xx&Tab;x</pre>
48 </div> 51 </div>
49 52
50 </body> 53 </body>
51 </html> 54 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css3/tab-size-complex-path-expected.txt ('k') | LayoutTests/fast/css/tab-size-complex-path-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698