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

Side by Side Diff: LayoutTests/fast/text/international/combining-marks-position.html

Issue 11365191: Merge 133550 - [Chromium] Unicode combining diacritical aren't always combined on Linux (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « no previous file | LayoutTests/fast/text/international/combining-marks-position-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <meta charset="utf-8" /> 3 <meta charset="utf-8" />
4 <script> 4 <script>
5 if (window.testRunner) 5 if (window.testRunner)
6 testRunner.dumpAsText(); 6 testRunner.dumpAsText();
7 </script> 7 </script>
8 </head> 8 </head>
9 <body> 9 <body>
10 <p> 10 <p>
(...skipping 29 matching lines...) Expand all
40 else 40 else
41 result.innerHTML = 'FAIL<br />' + 41 result.innerHTML = 'FAIL<br />' +
42 'reference1.offsetWidth = ' + reference1.offsetWidth + '< br />' + 42 'reference1.offsetWidth = ' + reference1.offsetWidth + '< br />' +
43 'target1.offsetWidth = ' + target1.offsetWidth + '<br />' + 43 'target1.offsetWidth = ' + target1.offsetWidth + '<br />' +
44 'reference2.offsetWidth = ' + reference2.offsetWidth + '< br />' + 44 'reference2.offsetWidth = ' + reference2.offsetWidth + '< br />' +
45 'target2.offsetWidth = ' + target2.offsetWidth + '<br />' 45 'target2.offsetWidth = ' + target2.offsetWidth + '<br />'
46 </script> 46 </script>
47 47
48 </body> 48 </body>
49 </html> 49 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text/international/combining-marks-position-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698